body {
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}

body.logged-in {
    padding-bottom: 35px!important;
}

footer {
    margin-bottom: -35px!important;
    position: relative;
    z-index: 99;
}

.CRcustom_service_page .item_post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

body #CRsingle_product_top .CRgr_btn_pd .CRconsulting_btn_pd_link,body #CRsingle_product_top .CRgr_btn_pd .CRconsulting_btn_pd {
    background: #245692;
    width: 100%;
    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;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    height: 45px;
    border: 1px solid #245692;
    margin: 0 0 10px 0;
}

body #CRsingle_product_top .CRgr_btn_pd .CRinstallment_btn_pd {
    background: #ffffff;
    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;
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #000000;
    height: 45px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    width: 40%;
}

body #CRsingle_product_top .CRgr_btn_pd .CRinstallment_btn_pd:hover {
    background-color: #000000!important;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    color: #ffffff!important;
}

/*Change 05-2021*/
.CRitem_partner_home a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.CRitem_partner_home:hover {
    box-shadow: 0 0 35px rgb(0 0 0 / 18%);
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    background-color: rgb(255 255 255 / 50%);
}

.CRitem_partner_home {
    overflow: hidden;
    position: relative;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}

/*Change 03-2021*/
.new_des_tax.hide:after {
    display: none;
}

.CRout_stock a.CRbtn_ddvice.CRbtn_open_fb {
    width: 100%!important;
}

#CRlist_child_term .child-banner img {
    height: 450px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#CRnews_term .empty_pd,#CRvids_term .empty_pd,#CRtab_pds_term .empty_pd,#CRlist_child_term .empty_pd {
    padding: 50px 0;
    width: 100%;
    text-align: center;
}

#CRnews_term .empty_pd p,#CRvids_term .empty_pd p,#CRtab_pds_term .empty_pd p,#CRlist_child_term .empty_pd p {
    font-weight: 700;
    text-align: center;
    display: block;
    text-transform: uppercase;
}

.newTopHead.hide {
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    height: 0;
    padding: 0;
}

div#CRlogo {
    margin-top: 17px;
}

.newTopHead {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    height: 35px;
    padding: 10px;
    padding-left: 52px;
    position: relative;
}

.newTopHead::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    border-radius: 0 0 0 24px;
    /*background-image: linear-gradient(45deg, rgba(225,185,79,1) 0%, #d4a775 98%, #d4a775 100%);*/
    background: rgb(182,125,46);
    background: linear-gradient(180deg,rgba(182,125,46,1) 0%,rgba(225,185,79,1) 48%,rgba(244,220,129,1) 100%);
}

.newTopHead a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.newTopHead p {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 15px;
    max-height: 15px;
    z-index: 11;
    position: relative;
}

.fixed_header.main_header {
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    box-shadow: 0 0 46px rgb(0 0 0 / 29%);
}

.main_header,#CRlogo img,.fixed_header #CRlogo img {
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

body .item_post .des {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
    max-height: 40px;
}

body .fixed_header.main_header #CRnav ul li a:hover:after {
    height: 50px;
}

body .fixed_header.main_header #CRnav .CRdefMenu ul.sub-menu:before {
    top: 20px;
}

body .fixed_header.main_header #CRnav .CRdefMenu ul.sub-menu {
    padding-top: 20px;
}

.CRbtn_more_yt a.btn-style:hover,.CRbtn_more_yt a.btn-style:focus {
    border: 1px solid #000000;
    background-color: #000000;
}

.CRbtn_more_yt a.btn-style {
    background-color: rgba(225,185,79,1);
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    width: 100%;
    height: 40px;
    border: 1px solid rgba(225,185,79,1);
    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;
    margin: 0 auto;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    color: #ffffff!important;
}

.CRyt_others {
    height: 280px;
    overflow-y: auto;
    background-color: #393939;
    margin: 0 0 20px;
}

.CRyt_others::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #fff;
}

.CRyt_others::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(40,40,40,0.8);
}

.CRyt_others::-webkit-scrollbar-thumb {
    background-color: #febb1a!important;
}

.CRyt_others ul {
    display: inline-block;
    width: 100%;
}

.active.CRitem_yt {
    cursor: no-drop;
}

.active.CRitem_yt a {
    pointer-events: none;
}

.CRitem_yt:hover,.active.CRitem_yt {
    background-color: rgba(225,185,79,1);
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRitem_yt {
    padding: 15px 10px 10px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    background-color: transparent;
}

.CRitem_yt .cont a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.CRitem_yt .cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    outline: none;
    position: relative;
}

.CRitem_yt .thumb_yt {
    width: 120px;
}

.CRitem_yt .thumb_yt img {
    border-radius: 8px;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
}

.CRitem_yt .cont_yt {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    margin-left: 12px;
}

.CRitem_yt .cont_yt h4 {
    font-size: 15px;
    line-height: 1.2em;
    margin-bottom: 0.2em;
    max-height: 4.8em;
    overflow: hidden;
    color: white;
    text-align: left;
    font-weight: 600;
}

.CRitem_yt.active .cont_yt .info,.CRitem_yt:hover .cont_yt .info {
    color: #000000;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRitem_yt .cont_yt .info {
    text-align: left;
    color: #9e9e9e;
    margin: 0;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
}

.CRitem_yt .cont_yt .info .view:before {
    content: " – ";
}

.CRyt_main {
    width: 100%;
    padding-top: 40%;
    position: relative;
    background-color: #393939;
}

.CRyt_main iframe {
    position: absolute;
    top: 0;
    left: 0;
}

#CRlist_youtube_home {
    padding: 50px 0;
}

#CRlist_youtube_home .CRstyle_title {
    margin: 0 0 40px 0;
}

#CRbox_list_child_term .CRbox_title b {
    color: #333333;
    font-size: 25px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    padding: 0 40px;
    background-color: #ffffff;
    z-index: 2;
    width: max-content;
    position: relative;
}

#CRbox_list_child_term .CRbox_title {
    margin: 60px 0;
    text-align: center;
    position: relative;
}

#CRbox_list_child_term .CRbox_title:after {
    content: '';
    background-color: #000000;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

body .CRlist_filter_term li.active>a {
    color: rgba(225,185,79,1);
    /*font-weight: 700;*/
}

.CRlist_filter_term li .CRshow_sub,.CRlist_filter_term li.CRshow .CRsub_list {
    display: block;
}

body .CRlist_filter_term {
    padding: 0;
    background-color: transparent;
}

body .CRlist_filter_term li.CRparent_list>a {
    /*color: #ffffff;*/
    /*padding: 15px 40px 15px 20px!important;*/
    /*background-color: rgba(225,185,79,1);*/
}

body .CRsub_list li i {
    display: none;
}

body .CRsub_list {
    padding: 0 25px;
    background-color: #f9f9f9;
}

body .CRlist_filter_term .CRshow_term {
    /*color: #ffffff;*/
    top: 0;
    right: 10px;
}

#CRnew_slider_brands {
    padding: 30px 80px;
}

.CRgroup_item_brand_term {
    padding: 0 10px;
    outline: none!important;
    cursor: grab;
}

.CRitem_brand_term:hover {
    box-shadow: 0 0 35px rgba(0,0,0,0.18);
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    background-color: rgb(255 255 255 / 50%);
}

.CRitem_brand_term {
    height: 100px;
    border: 1px solid transparent;
    background-color: transparent;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}

.CRitem_brand_term a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.CRitem_brand_term img {
    width: auto;
    max-width: 85%;
    height: 40px;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.new_content {
    display: flex;
    flex-wrap: wrap;
}

.new_des_tax {
    height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.new_des_tax:after {
    content: '';
    opacity: 1;
    background-image: linear-gradient(to top,rgb(249 249 249) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.new_des_tax.active:after {
    opacity: 0;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    top: 100%;
}

.new_des_tax.active {
    height: auto;
    overflow: auto;
}

.CRinfo_products_page_right .new_content {
    padding-left: 70px;
}

.CRread_more i {
    padding-left: 10px;
}

.CRread_more {
    width: 100%;
    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;
    outline: none;
    text-decoration: none;
    text-transform: capitalize;
    padding: 10px 30px;
    color: rgba(225,185,79,1)!important;
    font-size: 20px;
}

body #CRinfo_products_page {
    padding: 60px 0 40px;
    margin-bottom: 40px;
}

body #CRproducts_page #CRbox_list_child_term .child-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 57px;
    background-color: #febb1a;
    color: #333333;
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    width: 100%;
    text-transform: uppercase;
}

#CRbox_list_child_term .CRcol_left {
    padding-right: 8px;
}

#CRbox_list_child_term .CRcol_right {
    padding: 0 15px 0 0;
}

#CRbox_list_child_term .CRcol_right .row {
    margin: 0 -4px;
}

body #CRproducts_page.custom-page .child-cat-section .child-head .text-right .read-more {
    color: rgba(225,185,79,1);
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 23px;
    padding-bottom: 10px;
    display: block;
}

.box_lg_main:after {
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background-color: rgba(225,185,79,1);
    position: absolute;
}

.box_lg_main {
    position: relative;
    height: 60px;
    background-color: #ffffff;
    padding: 10px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.CRbow_child_banner {
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 18%);
    box-shadow: 0 0 10px rgb(0 0 0 / 18%);
    background-color: #ffffff;
}

#CRlist_child_term .child-banner .box_lg_main img {
    width: auto;
    max-width: 100%;
    height: 35px;
    -o-object-fit: contain;
    object-fit: contain;
}

#CRlist_child_term .child-cat-section:not(:last-child) {
    margin-bottom: 25px;
}

#CRtab_pds_term .nav-tabs {
    margin: 0 -1px;
}

#CRtab_pds_term .nav-tabs .nav-item {
    padding: 0 1px;
    margin: 0;
}

#CRtab_pds_term .nav-tabs .nav-item a:hover {
    color: #ffffff;
    background-color: #000000;
}

#CRtab_pds_term {
    padding-top: 20px;
}

#CRtab_pds_term .nav-tabs .nav-item a.active {
    color: #ffffff;
    background-color: rgba(225,185,79,1);
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

#CRtab_pds_term .nav-tabs .nav-item a {
    border: none;
    color: #333333;
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-transform: uppercase;
    height: 57px;
    background-color: #febb1a;
    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;
    min-width: 260px;
    padding: 18px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 0;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRgr_item_pd .pd_content .price.product_price_after del,.CRgr_item_pd .pd_content .price.product_price_after ins {
    font-size: 14px;
    line-height: normal;
}

#CRtab_pds_term .tab-pane .row {
    margin: 0 -4px;
}

#CRtab_pds_term .CRitem_product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

#CRnew_slider_brands .row {
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.title_new_vid_term b {
    min-width: 266px;
    height: 57px;
    background-color: rgba(225,185,79,1);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
    padding: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#CRvids_term {
    margin: 40px 0 100px;
}

#CRnews_term .empty_pd,#CRvids_term .empty_pd {
    padding-bottom: 0!important;
}

.CRvids_term_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#CRyt_term__main {
    height: 100%;
}

.CRyt_term_primary {
    width: 55%;
    background: rgba(225,185,79,1);
}

.CRyt_term_others {
    height: 360px;
    width: 45%;
    overflow-y: auto;
    padding: 20px 0 0 20px;
    background-color: #f5f5f5;
}

.CRyt_term_others::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #fff;
}

.CRyt_term_others::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(40,40,40,0.8);
}

.CRyt_term_others::-webkit-scrollbar-thumb {
    background-color: rgba(225,185,79,1)!important;
}

.CRitem_yt_term .thumb_yt {
    width: 150px;
}

.CRitem_yt_term .thumb_yt img {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
}

.CRitem_yt_term .cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    outline: none;
    position: relative;
}

.CRitem_yt_term .cont a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.CRitem_yt_term .cont_yt {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    padding: 10px 15px 0;
}

.CRitem_yt_term .cont_yt h4 {
    color: #333333;
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 20px;
    text-align: left;
    margin-bottom: 10px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRitem_yt_term.active .cont_yt h4,.CRitem_yt_term:hover .cont_yt h4 {
    color: rgba(225,185,79,1);
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRitem_yt_term .cont_yt .info {
    text-align: left;
    color: #666666;
    margin: 0;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
}

.CRitem_yt_term .cont_yt .info .view::before {
    content: " - ";
}

.CRitem_yt_term {
    margin-bottom: 7px;
}

.title_new_vid_term {
    border-bottom: 1px solid #e1e1e1;
}

#CRvids_term .title_new_vid_term {
    margin-bottom: 30px;
}

#CRnews_term .title_new_vid_term {
    margin-bottom: 45px;
}

#CRnews_term .item_post_cust .gr_bg_news a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

#CRnews_term .item_post_cust h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 24px;
    text-align: left;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 48px;
}

#CRnews_term .item_post_cust .content_item_cont_post .CRbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -5px 20px -5px;
}

#CRnews_term .item_post_cust .content_item_cont_post .CRbox p {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    padding: 0 5px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#CRnews_term .item_post_cust .content_item_cont_post .CRbox p i {
    color: #ffffff;
    margin-right: 5px;
}

#CRnews_term .item_post_cust .content_item_cont_post .CRbox .author_post {
    font-weight: 700;
}

#CRnews_term .item_post_full .content_item_cont_post {
    padding: 30px 40px;
}

#CRnews_term .item_post_half .content_item_cont_post {
    padding: 20px 20px;
}

#CRnews_term .item_post_half,#CRnews_term .item_post_full .item_post_cust,#CRnews_term .item_post_full .item_post_cust .img_item_cont_post {
    height: 450px;
}

#CRnews_term .newsright,#CRnews_term .newsleft {
    margin-bottom: 10px;
}

#CRnews_term .CRnews_term_list {
    margin: 0 -10px;
}

.CRview_btn_term {
    margin: 20px 0 0;
}

.CRview_btn_term a:hover {
    color: #000000;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRview_btn_term a {
    color: rgba(225,185,79,1);
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: right;
    text-transform: uppercase;
    margin: 0;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRview_btn_term a i {
    margin-left: 10px;
}

.CRnew_content_def_pd {
    margin-top: 20px;
}

.CRnew_list_icon_def_pd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 7px;
    background-color: rgb(225 225 225 / 50%);
}

.CRnew_list_icon_def_pd .img_icon_box_sec {
    text-align: center;
    margin-bottom: 10px;
}

.CRnew_list_icon_def_pd .img_icon_box_sec img {
    height: 26px;
    width: auto;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.CRnew_list_icon_def_pd .item_icon_box {
    width: 33.33%;
}

.CRnew_list_icon_def_pd .item_icon_box:not(:last-child) {
    border-right: 1px solid rgb(225 225 225 / 80%);
}

.CRnew_list_icon_def_pd .item_icon_box .content_icon_box {
    padding: 15px 8px;
    height: 100%;
}

.CRnew_list_icon_def_pd .cont_icon_box_sec p {
    margin: 0;
    color: #333333;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 20px;
    text-align: center;
}

body #CRsingle_product_top .CRcustom_meta_pd button.single_add_to_cart_button {
    width: 100%!important;
    margin-bottom: 10px!important;
}

body #CRsingle_product_top .CRcustom_meta_pd .CRaddCart_btn_pd,body #CRsingle_product_top .CRbtn_ddvice {
    background-color: #ffffff!important;
    border: 1px solid #000000!important;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    color: #000000!important;
}

body #CRsingle_product_top .CRcustom_meta_pd .CRaddCart_btn_pd:hover,body #CRsingle_product_top .CRbtn_ddvice:hover {
    background-color: #000000!important;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    color: #ffffff!important;
}

body #CRsingle_product_top .CRcustom_meta_pd .CRaddCart_btn_pd {
    width: 60%!important;
}

body #CRsingle_product_top .CRbtn_ddvice {
    background-color: #272727;
    width: 29%;
    margin: 0!important;
}

body .CRgroup_dif_pds h4 {
    font-size: 16px;
    font-weight: 700;
}

body .CRgroup_dif_pds {
    margin-bottom: 30px;
}

body #CRsingle_product_top .CRgr_btn_pd {
    margin: 30px 0 20px 0;
}

body #CRsingle_product_top {
    padding-bottom: 30px;
}

body .CRlist_attached_purchase {
    border-bottom: 1px solid #e0e0e0;
    padding: 30px 0;
}

.CRbox_attached_purchase {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.CRbox_attached_purchase ul {
    width: 80%;
}

.CRbox_attached_purchase .CRtotal_purchase {
    width: 20%;
    margin: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.CRbox_attached_purchase .CRadd_cart_purchase:hover {
    background-color: #000000!important;
    color: #ffffff!important;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRbox_attached_purchase .CRadd_cart_purchase {
    min-width: 200px;
    background-color: #ffffff!important;
    border: 1px solid #000000!important;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    color: #000000!important;
    margin-bottom: 50px;
    font-size: 14px;
    height: 40px;
}

.CRlist_attached_purchase .title_purchhase {
    font-size: 18px;
    font-weight: 700;
}

.CRbox_attached_purchase .CRtotal_purchase h4 {
    text-transform: uppercase;
}

body .cont_purchase h4 {
    font-size: 15px;
    font-weight: 700;
}

.box_purchase .price span {
    color: rgba(225,185,79,1);
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    line-height: normal;
}

.box_purchase .img_purchase {
    width: 62px;
    height: 69px;
    padding: 0;
}

.box_purchase .img_purchase img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.box_purchase .price ins {
    text-decoration: none;
}

.box_purchase .price del {
    text-decoration-color: rgba(225,185,79,1);
}

.box_purchase .price del span {
    font-size: 15px;
}

body .slider_cont_pd .item_slider_nav {
    width: 25%;
}

body .slider_cont_pd .item_slider_nav .box .gr_item_slider_nav {
    border: 1px solid #e1e1e1;
}

body .slider_cont_pd .item_slider_nav img {
    max-width: 90%;
    max-height: 90%;
}

body .slider_cont_pd .slider_for {
    height: 540px;
}

body .slider_cont_pd .slider_for img {
    height: 490px;
    max-width: 95%;
    max-height: 100%;
}

body .slider_cont_pd .item_slider_nav .box {
    height: 115px;
}

body .sort_des_pd {
    margin: 0 0 40px;
}

body .sort_des_pd p {
    margin: 0;
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 23px;
    text-align: left;
}

body #CRquickView_box .sort_des_pd {
    display: block;
    margin: 0 0 40px;
}

.CRnew_hide_filter.CRhide_filter {
    display: none;
}

@media only screen and (max-width: 1024px) {
    #CRlist_child_term .child-banner img {
        height:290px;
    }

    body #CRproducts_page #CRbox_list_child_term .child-title {
        height: 45px;
        font-size: 13px;
        padding: 10px;
    }

    #CRnews_term .empty_pd p,#CRvids_term .empty_pd p,#CRtab_pds_term .empty_pd p,#CRlist_child_term .empty_pd p {
        font-size: 15px;
    }

    #CRnew_slider_brands {
        padding: 20px;
    }
}

@media only screen and (max-width: 992px) {
    #CRlist_filters_product {
        box-shadow:2px 2px 8px rgb(0 0 0 / 47%);
    }

    .CRnew_hide_filter.CRhide_filter {
        display: block;
        background: rgba(225,185,79,1);
        padding: 10px;
        margin-bottom: 10px;
        color: #ffffff;
    }

    a.CRhide_filter {
        display: none;
    }

    .CRbox_attached_purchase .CRtotal_purchase,.CRbox_attached_purchase ul,.CRyt_term_others,.CRyt_term_primary {
        width: 100%;
    }

    .CRbox_attached_purchase .CRtotal_purchase {
        margin: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .CRbox_attached_purchase .CRadd_cart_purchase {
        margin: 20px 0;
    }

    .CRbox_attached_purchase .CRtotal_purchase h4 {
        width: 100%;
    }

    .title_new_vid_term b {
        height: 45px;
        font-size: 13px;
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content;
    }

    #CRvids_term {
        margin: 40px 0 50px;
    }

    #CRbox_list_child_term .CRbox_title b {
        font-size: 16px;
        padding: 0 15px;
        width: max-content;
        max-width: 70%;
    }

    #CRbox_list_child_term .CRbox_title {
        margin: 30px 0;
    }

    #CRbox_list_child_term .CRcol_right .row {
        margin: 0;
    }

    #CRbox_list_child_term .deactivate .CRitem_product {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    body #CRproducts_page.custom-page .child-cat-section .child-head .text-right .read-more {
        font-size: 12px;
    }

    #CRbox_list_child_term .CRcol_left {
        padding-right: 15px;
    }

    #CRbox_list_child_term .CRcol_right {
        padding: 0 15px;
    }

    #CRlist_child_term .child-banner {
        display: none;
    }

    body #CRinfo_products_page {
        padding: 40px 0 20px;
    }

    body .CRgr_item_pd .pd_content .product_name {
        -webkit-line-clamp: 3;
        height: 63px;
        max-height: 63px;
    }

    body #CRlist_best_sell_home.deactivate .CRgr_item_pd .pd_content .product_name {
        height: auto;
    }

    #CRtab_pds_term .CRitem_product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    #CRtab_pds_term .nav-tabs .nav-item a {
        font-size: 12px;
        height: 35px;
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content;
    }
}

@media only screen and (max-width: 768px) {
    .CRitem_yt_term .cont_yt h4 {
        font-size:12px;
    }

    .CRitem_yt_term .thumb_yt {
        width: 130px;
    }

    body .footer_bottom {
        padding: 10px 0 30px;
    }

    #CRvids_term {
        margin: 30px 0 30px;
    }

    #CRtab_pds_term .nav-tabs .nav-item a {
        font-size: 11px;
    }

    #CRtab_pds_term .nav-tabs {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    .CRbox_nav_tab {
        overflow-x: auto;
    }

    .CRinfo_products_page_right .new_content {
        padding-left: 0;
    }

    .CRread_more {
        padding: 30px 30px 10px 30px;
        font-size: 15px;
    }

    body .CRgr_item_pd .pd_content .product_attr,body .CRgr_item_pd .pd_content .product_name {
        font-size: 12px!important;
    }

    body .CRitem_product .CRgr_item_pd {
        background-color: #ffffff;
    }
}

@media only screen and (max-width: 600px) {
    #CRbox_list_child_term .deactivate .CRitem_product {
        -ms-flex:0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media only screen and (max-width: 454px) {
    body .CRgr_item_pd .pd_content .price.product_price_after del,body .CRgr_item_pd .pd_content .price.product_price_after ins {
        padding:0 5px;
        font-size: 11px;
        font-weight: 700;
        line-height: normal;
    }

    .CRitem_yt .cont_yt .info,.CRitem_yt .cont_yt h4 {
        font-size: 11px;
    }

    .CRyt_main {
        padding-top: 60%;
    }
}

/*End change 03-2021*/
/* Header */
ul.main_menu li.CRcustomMenu ul.sub-menu>.menu-item-has-children:before {
    content: '';
    background-color: #9E9E9E;
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 0;
    height: 1px;
}

ul.main_menu li.CRcustomMenu ul.sub-menu li.menu-item-has-children:after {
    content: '';
    background-color: rgba(225,185,79,1);
    position: absolute;
    left: 25px;
    bottom: 0;
    height: 3px;
    width: 20%;
}

/*ul.main_menu li#menu-item-1928 ul.sub-menu li ul.sub-menu{*/
/*    height: auto !important;*/
/*}*/
/*ul.main_menu li#menu-item-1928 ul.sub-menu:after {*/
/*    height:550px;*/
/*}*/
/* End header */
/* Hide intro product in product content */
.CRinfo_products_page_right .des_tax {
    height: 150px;
    overflow: hidden;
}

.CRinfo_products_page_right .show_more {
    position: relative;
    text-align: center;
    cursor: pointer;
}

.CRinfo_products_page_right .show_more:before {
    height: 50px;
    margin-top: -10px;
    content: -webkit-gradient(linear,0% 0%,0% 100%,from(#fff),color-stop(.2,#fff),to(rgba(249,249,249,0)));
    display: block;
    background: transparent;
}

.CRinfo_products_page_right .des_tax.show {
    height: auto;
    overflow: visible;
}

.CRinfo_products_page_right .show_more.hide {
    display: none!important;
}

.CRinfo_products_page_right .show_more span {
    padding: 10px 30px;
    color: rgba(225,185,79,1);
    font-size: 20px;
}

.CRinfo_products_page_right i.fa.fa-caret-down {
    padding-left: 5px;
}

.CRinfo_products_page_right h2,.CRinfo_products_page_right h3,.CRinfo_products_page_right h4,.CRinfo_products_page_right h5,.CRinfo_products_page_right h6 {
    margin-top: 1.3em;
    margin-bottom: 0.75em;
}

/*Change 12/2020*/
.CRadd_cart_purchase:hover {
    background-color: #000000;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRadd_cart_purchase {
    min-width: 150px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 35px;
    background-color: rgba(225,185,79,1);
    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;
    color: #ffffff!important;
    font-size: 13px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 0!important;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    border: none!important;
    padding: 5px 10px;
}

.CRtotal_purchase h4 span {
    color: rgba(225,185,79,1);
}

.CRtotal_purchase {
    margin: 20px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.CRtotal_purchase h4 {
    color: #333333;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    margin: 0;
    text-transform: inherit;
}

.CRlist_attached_purchase {
    margin-bottom: 20px;
}

.CRlist_attached_purchase ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px;
}

.CRlist_attached_purchase ul li {
    width: 50%;
    padding: 5px;
}

.CRcustom_meta_pd .box_purchase .price ins,.CRcustom_meta_pd .box_purchase .price del {
    width: 100%;
    line-height: normal;
}

.CRcustom_meta_pd .box_purchase .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.CRcustom_meta_pd .box_purchase .price span {
    font-size: 12px;
}

.cont_purchase h4 {
    font-size: 13px;
    margin-bottom: 0;
    color: #333333;
    font-weight: 600;
    word-break: break-word;
}

.check_purchhase {
    width: 35px;
}

.check_purchhase p {
    font-size: 12px;
    margin: 0;
    word-break: break-word;
    color: rgba(225,185,79,1);
}

.box_purchase .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.box_purchase .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.box_purchase .cont_purchase {
    padding-left: 10px;
}

.img_purchase {
    overflow: hidden;
    width: 50px;
    height: 50px;
    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;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.img_purchase img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.title_purchhase {
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.box_purchase {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.check_purchhase .box_check {
    display: block;
    position: relative;
    padding-left: 0;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.check_purchhase .box_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.check_purchhase .checkmark {
    height: 25px;
    width: 25px;
    background-color: #ffffff;
    border: 1px solid rgba(225,185,79,1);
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    border-radius: 5px;
    display: block;
}

.check_purchhase .box_check:hover input~.checkmark {
    background-color: transparent;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    box-shadow: 2px 2px 8px rgba(0,0,0,.47);
}

.check_purchhase .box_check input:checked~.checkmark {
    background-color: rgba(225,185,79,1);
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.check_purchhase .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.check_purchhase .box_check input:checked~.checkmark:after {
    display: block;
}

.check_purchhase .box_check .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: rgba(225,185,79,1);
    color: #333333;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 20px 0 0;
    text-align: center;
    word-break: break-word;
    padding: 5px;
}

#CR_detail_order_pd h4 {
    color: #333333;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    text-align: center;
    border-bottom: 2px solid;
    padding-bottom: 20px;
    word-break: break-word;
}

#CR_detail_order_pd ul li:last-child {
    margin: 0;
}

#CR_detail_order_pd ul li {
    width: 100%;
}

#CR_detail_order_pd .gr-def-form-btn input {
    color: #fff!important;
    width: 176px!important;
    height: 40px!important;
    background-color: rgba(225,185,79,1);
    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;
    margin: 0 auto;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    font-weight: 700!important;
    text-transform: uppercase;
}

#CR_detail_order_pd ul li .wpcf7-not-valid {
    border-bottom: 1px solid red!important;
    color: red!important;
}

#CR_detail_order_pd .gr-def-form-btn span.ajax-loader {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 45px;
    margin: 0;
}

#CR_detail_order_pd ul li input {
    height: 30px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(163,114,36,0.2)!important;
    width: 100%;
    box-shadow: none;
    outline: none;
    border: none;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

#CR_detail_order_pd ul li {
    margin-bottom: 25px;
}

#CR_detail_order_pd ul li label {
    color: #666666;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    width: 100%;
    margin: 0 0 0 0;
}

#CR_detail_order_pd.active {
    width: 450px;
    padding: 30px!important;
    height: 475px!important;
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
    opacity: 1;
}

#CR_detail_order_pd .CRhidden {
    display: none;
}

#CR_detail_order_pd {
    width: 0;
    height: 0;
    overflow-y: auto;
    background: #fff;
    padding: 0;
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
    display: block!important;
    opacity: 0;
    position: relative;
}

#CR_detail_order_pd::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #fff;
}

#CR_detail_order_pd::-webkit-scrollbar {
    width: 4px;
    background-color: rgba(40,40,40,0.8);
}

#CR_detail_order_pd::-webkit-scrollbar-thumb {
    background-color: rgba(225,185,79,1)!important;
}

.popup_order_product.active {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.popup_order_product {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 999999999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.popup_order_product.active .popup_content_order_pd {
    top: 50%;
    -webkit-transition: 0.9s all;
    -moz-transition: 0.9s all;
    -ms-transition: 0.9s all;
    -o-transition: 0.9s all;
    transition: 0.9s all;
}

.popup_content_order_pd {
    display: block!important;
    height: auto;
    width: auto;
    margin: auto;
    background-color: rgba(12,76,100,0.8);
    top: -100%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
    z-index: 1;
    -webkit-transition: 0.9s all;
    -moz-transition: 0.9s all;
    -ms-transition: 0.9s all;
    -o-transition: 0.9s all;
    transition: 0.9s all;
    border-radius: 0;
}

.bg_popup_order_pd.active {
    visibility: visible;
    transition: all 0.5s;
    opacity: 0.7;
}

.bg_popup_order_pd {
    cursor: pointer;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-color: #1c191a;
    visibility: hidden;
    z-index: 0;
}

.title_out_stock {
    color: rgba(225,185,79,1);
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    margin: 0 0 10px 0;
    width: 100%;
    text-transform: uppercase;
}

.CRbtn_order_out_stock {
    width: 100%;
    height: 45px;
    background-color: #000000;
    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;
    color: #ffffff!important;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 0!important;
    outline: none;
    box-shadow: none;
    margin: 0 0 10px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    border: none!important;
}

.CRgroup_dif_pds {
    margin-bottom: 20px;
}

.CRgroup_dif_pds h4 {
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.CRgroup_dif_pds .box_dif img {
    width: 100%;
    height: auto;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.CRgroup_dif_pds .box_dif:hover {
    box-shadow: 2px 2px 8px rgba(0,0,0,.47);
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    border-color: rgba(225,185,79,1);
}

.CRgroup_dif_pds .box_dif {
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    border: 1px solid #ddd;
    padding: 5px;
    width: 60px;
    height: 60px;
    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;
}

.CRgroup_dif_pds ul li {
    padding: 5px;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
}

.CRgroup_dif_pds ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#CRnew_banner_home {
    margin: 0;
}

#CRnew_banner_home .slick-slide>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#CRnew_banner_home img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

#CRnew_banner_home .slick-dots {
    position: absolute;
    bottom: 45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

#CRnew_banner_home .customm_arrow.right {
    right: 100px;
}

#CRnew_banner_home .customm_arrow.left {
    left: 100px;
}

#CRnew_banner_home .customm_arrow {
    z-index: 2;
    cursor: pointer;
    display: none;
}

#CRnew_banner_home .customm_arrow i {
    color: #fff;
    font-size: 70px;
}

/**/
span.CRout_stock {
    padding: 0 5px;
    width: max-content;
    height: 35px;
    background-color: rgba(225,185,79,1);
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    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;
}

li.additional_lg .zalo-chat-widget {
    position: unset!important;
}

.CRdesk_ico #fb-root iframe {
    left: 30px!important;
}

.CRdesk_ico .CRico_phone {
    display: none;
}

.CRform_right .logo_web_ac img {
    width: 135px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

/* Add custom css */
#CRinfo_products_page .CRinfo_products_page_left {
    width: 100%;
    max-width: 100%!important;
    display: none;
    flex: auto;
}

#CRinfo_products_page .CRinfo_products_page_right {
    width: 100%;
    max-width: 100%!important;
    display: block;
    flex: auto;
}

#CRinfo_products_page .CRinfo_products_page_right>.content>h3 {
    display: none;
}

.infor-bottom-footer p strong {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
}

.infor-bottom-footer p.title-footer-bottom {
    margin-bottom: 10px;
    margin-top: 20px;
}

.infor-bottom-footer p.intro-footer {
    padding-top: 5px;
}

.infor-bottom-footer p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 25px;
}

.small-contact-text {
    font-size: 13px;
    font-weight: 400;
    color: #e6a60c;
}

.infor-bottom-footer span.small-text {
    color: #e0e0e0;
    font-size: 12px;
}

#email_ft,#phone_ft {
    font-size: 13px;
}

a.phone_in_footer {
    color: #e6a60c;
    font-size: 19px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}

a.phone_in_footer span.small-inner-a {
    font-size: 13px;
    font-weight: 400;
}

.infor-bottom-footer img {
    display: inline-block;
    vertical-align: middle;
}

.infor-bottom-footer a:hover {
    color: rgba(225,185,79,1)!important;
}

/* End add custom css */
section.search_all_bottom a.load_more_btn {
    margin-top: 50px;
    width: auto;
    padding: 0 35px;
    text-transform: initial;
    min-width: 270px;
}

section.search_all_bottom a.load_more_btn span {
    margin-left: 5px;
    display: block;
}

.CRtags {
    position: absolute;
    top: 20px;
    left: 20px;
}

.CRtags_box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.CRtags_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #82b4bd;
    color: #82b4bd;
    width: 4.33em;
    height: 4.33em;
    background: white;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.CRtags_box .tool-count {
    font-size: 20px;
    border-bottom: 2px solid #82b4bd;
    display: block;
    margin: auto auto 0;
    padding-bottom: 5px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    line-height: 1;
    font-weight: bold;
}

.CRtags_box .tool-label {
    font-size: 0.6em;
    text-transform: uppercase;
    display: block;
    width: 100%;
}

#CRquickView_box .slider_cont_pd .slider_for img {
    max-height: 100%;
}

.home #CRquickView_box .slider_cont_pd .slider_for .slick-slide>div {
    height: 100%!important;
}

.home #CRquickView_box .slider_cont_pd .slider_for .item_slider_for {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    height: 100%;
}

span.show_menu_mb i {
    color: rgba(225,185,79,1);
}

span.show_menu_mb {
    display: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    cursor: pointer;
    width: 40px;
    height: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#CRlist_best_sell_home .CRitem_product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.CRgr_item_pd:hover {
    box-shadow: 2px 2px 8px rgba(0,0,0,.47);
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}

iframe {
    max-width: 100%;
}

@keyframes Ani {
    0% {
        box-shadow: 0 0 0 rgba(240,103,36,0);
        border: 1px solid rgba(240,103,36,0);
        transform: scale(0);
    }

    70% {
        box-shadow: 0 0 50px rgba(240,103,36,1);
        border: 1px solid rgba(240,103,36,1);
        transform: scale(1);
    }

    100% {
        box-shadow: 0 0 60px rgba(240,103,36,0);
        border: 0 solid rgba(240,103,36,0);
        transform: scale(2);
    }
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes glow {
    to {
        text-shadow: 0 0 10px rgba(225,185,79,1);
    }

    0% {
        color: rgba(225,185,79,1);
    }

    25% {
        color: #febb1a;
    }

    50% {
        color: rgba(225,185,79,1);
    }

    75% {
        color: #febb1a;
    }

    100% {
        color: #000000;
    }
}

.total_pop_cart>strong {
    margin-right: 5px;
}

#CRlist_endow_sidebar {
}

.CRdef_sidebar_pd {
    padding: 15px 10px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.CRdef_sidebar_pd ul li i {
    color: #245692;
    margin-right: 10px;
}

.CRdef_sidebar_pd ul li a,.CRdef_sidebar_pd ul li p {
    line-height: normal;
    color: #333333!important;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}

.CRdef_sidebar_pd ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: center;
    padding: 5px;
    gap: 10px;
}

.footer_bottom .box {
}

.img_copyright img {
    width: 157px;
    height: auto;
}

.img_social img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.CRactive {
    overflow: hidden;
}

/* Pop Cart */
.CRbtn_remove_pd i {
    width: 12px!important;
    height: 12px!important;
    color: rgba(225,185,79,1);
}

.CRbtn_remove_pd {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
    z-index: 9;
    width: 20px;
    height: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#CRbox_list_cart .box_title {
    position: relative;
    margin: 30px 0;
}

#CRbox_list_cart .box_title:after {
    content: '';
    background-color: #000000;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

#CRbox_list_cart .box_title h4 {
    color: #333333;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    padding: 0 30px;
    background-color: #ffffff;
    z-index: 2;
    width: max-content;
    position: relative;
}

.CRclose_pop_cart i {
    color: rgba(225,185,79,1);
    font-size: 25px;
}

.CRclose_pop_cart {
    z-index: 11;
    position: fixed;
    top: 10px;
    right: 10px;
}

#CRpop_cart.active {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

#CRpop_cart {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    max-width: 100vw;
    max-height: 100vh;
    z-index: 999999999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

#CRpop_cart.active .CRbgpop_cart {
    visibility: visible;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    z-index: 9;
}

.CRbgpop_cart {
    position: fixed;
    background: rgb(0 0 0 / 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    z-index: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}

#CRpop_cart.active #CRbox_list_cart {
    right: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#CRbox_list_cart {
    padding: 30px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -400px;
    z-index: 10;
    width: 400px;
    background-color: rgba(255,255,255,1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#CRbox_list_cart .box_btn a:hover {
    background-color: #000000;
}

#CRbox_list_cart .box_btn a {
    margin: 5px 0;
    width: 100%;
    background-color: rgba(225,185,79,1);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

#CRbox_list_cart .box_btn {
    border-top: 1px solid rgb(0 0 0 / .2);
    padding: 15px 0 0;
}

#CRload_list_cart {
    max-height: calc(100% - 197px);
    overflow-y: auto;
}

#CRload_list_cart::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #fff;
}

#CRload_list_cart::-webkit-scrollbar {
    width: 2px;
    background-color: rgba(40,40,40,0.8);
}

#CRload_list_cart::-webkit-scrollbar-thumb {
    background-color: rgba(225,185,79,1)!important;
}

.CRitem_cart_pop .content>a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.CRitem_cart_pop .content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.CRitem_cart_pop:first-child {
    border: none;
}

.CRitem_cart_pop {
    padding: 10px 0;
    border-top: 1px solid rgb(0 0 0 / 0.2);
}

.CRitem_cart_pop .content .box_cont {
    width: 80%;
    padding: 0 15px;
}

.CRitem_cart_pop .content .box_cont h4 {
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}

.CRitem_cart_pop .box_qty_price p {
    margin: 0 5px 0 0;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
}

.CRitem_cart_pop .box_qty_price span {
    font-size: 13px;
    color: rgba(225,185,79,1);
    font-weight: 700;
    line-height: normal;
}

.CRitem_cart_pop .box_qty_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0 0;
}

.CRitem_cart_pop .content .thumb {
    width: 20%;
    height: 60px;
    background: #fff;
    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;
}

.CRitem_cart_pop .content .thumb img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 90%;
    height: 90%;
}

.total_pop_cart {
    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;
    padding: 15px 0;
    border-top: 1px solid rgb(0 0 0 / 0.2);
}

.total_pop_cart span {
    color: rgba(225,185,79,1);
}

#CRpop_cart .empt {
    text-align: center;
    width: 100%;
    display: block;
    padding: 0 0 30px 0;
}

#CRpop_cart .empt h4 {
    color: #333333;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
}

/*End pop cart*/
#CRquickView_box #CRsingle_product_top {
    padding-bottom: 0!important;
}

#CRbest_sell_home {
    padding: 40px 0;
}

#CRlist_best_sell_home {
    margin: -10px;
    padding: 40px 0 0 0;
}

.CRproduct_fb_comment {
    padding: 20px 0 0;
}

.CRproduct_fb_comment .ufc-comments.ufc-comments-area {
    border-radius: 10px;
}

.CRgroup_star_view {
    margin: 0 0 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}

.CRgroup_star_view span.checked {
    color: rgba(255,165,0,0.7);
}

.CRgroup_star_view span {
    color: rgba(255,165,0,.3);
}

.CRviewmore_rating:hover {
    color: #000000;
}

.CRviewmore_rating {
    font-size: 15px;
    margin: 0 0 0 5px;
    color: rgba(225,185,79,1);
    font-weight: 700;
}

.CRlist_tab_detail_pd>div {
    width: 100%;
}

.CRhide_filter img {
    transform: rotate(90deg);
}

.CRreset_filter i {
    color: rgba(225,185,79,1);
}

ul.CRbirth li {
    width: 33.33%;
    padding: 0 15px;
    margin: 0!important;
}

ul.CRbirth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.CRbirth select {
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    padding: 0 15px;
    height: 50px;
    border: 1px solid #e1e1e1;
    background-color: #f6f6f6;
    outline: none;
    border-radius: 0;
    width: 100%;
    box-shadow: none;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    cursor: pointer;
}

.CRanimation_text:hover h4,.CRanimation_text:hover a {
    animation: glow 1s infinite alternate;
    font-weight: 700;
}

.CRanimation_img:hover {
    box-shadow: 2px 2px 8px rgba(0,0,0,.47);
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}

.CRanimation_img {
    position: relative;
    overflow: hidden;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}

.CRanimation_img:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

.CRanimation_img:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

#button_back_top {
    z-index: 8;
    border-radius: 50%;
    background: #000;
    opacity: 0;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    visibility: hidden;
    pointer-events: none;
    color: #fff;
    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;
    position: fixed;
    bottom: 33px;
    right: 30px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid;
}

#button_back_top.show {
    opacity: 1;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    visibility: visible;
    pointer-events: auto;
}

.CRico_phone a i {
    font-size: 20px;
    -webkit-transform: rotate(-36deg);
    -ms-transform: rotate(-36deg);
    transform: rotate(-36deg);
}

.CRico_phone a:hover {
    background-color: #000000;
}

.CRico_phone a {
    color: #ffffff!important;
    font-size: 40px;
    position: relative;
    width: 50px;
    height: 50px;
    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;
    background-color: rgba(225,185,79,1);
    border-radius: 50%;
}

.CRico_phone .CRcircle {
    animation: Ani 2s infinite;
    opacity: 1;
}

.CRcircle {
    width: calc(100% + 20px)!important;
    height: calc(100% + 20px)!important;
    border: 2px solid rgba(225,185,79,1);
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(225,185,79,1);
    transform: translateZ(0);
    position: absolute;
    left: -10px;
    top: -10px;
    opacity: 0;
}

.CRico_phone {
    position: fixed;
    bottom: 30px;
    left: 55px;
    z-index: 10;
}

#CRgroup_head {
    z-index: 2021;
}

#CRproducts_home {
    padding-bottom: 80px;
}

ul.main_menu>.menu-item-has-children>a:before {
    font-family: FontAwesome;
    content: "\f107";
    margin-left: 5px;
}

ul.main_menu>.menu-item-has-children>a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

#CRlist_promotion {
    padding: 100px 0;
}

#CRlist_promotion .button.btn-load a {
    margin-top: 60px;
    width: 319px;
    height: 51px;
}

#load_tax_promotion {
    margin: -10px;
}

.CR_item_promotion .img_tax_promotion img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.CR_item_promotion .img_tax_promotion {
    height: 500px;
}

.CR_item_promotion.CRpromotion_full {
    padding-bottom: 50px;
}

.CR_item_promotion {
    padding: 10px;
}

body .drift-zoom-pane img {
    -o-object-fit: contain;
    object-fit: contain;
}

.CRterms_horizontal .ico {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.CRterms_horizontal .ico img {
    width: auto;
    height: 35px;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 90%;
}

.CRterms_vertical ul li.active a {
    color: #fdba1a;
}

#CRproducts_home .CRlist_pds_home {
    margin: -10px;
}

#CRproducts_home .CRlist_pds_home .empty_pd {
    padding: 50px 0;
    width: 100%;
    text-align: center;
}

#CRproducts_home .CRlist_pds_home .empty_pd p {
    font-weight: 700;
    text-align: center;
    display: block;
    text-transform: uppercase;
}

.CRbtn_item_pdhome {
    text-align: center;
    padding: 50px 0 0;
}

.CRbtn_item_pdhome a.btn-style:hover {
    background-color: #000000;
}

.CRbtn_item_pdhome a.btn-style {
    height: 51px;
    background-color: rgba(225,185,79,1);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding: 0 80px;
    min-width: 300px;
}

.CRterms_horizontal {
    margin-bottom: 20px;
}

.CRterms_horizontal li {
    width: 25%;
    padding: 7px;
}

.CRterms_horizontal ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -7px;
}

.CRterms_horizontal li a {
    border: 1px solid #e9e9e9;
    background-color: #ffffff;
    padding: 12px;
    color: #333333;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-transform: capitalize;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.CRterms_vertical h3 {
    color: #333333;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    background-color: #febb1a;
    padding: 20px 25px;
    margin: 0;
}

.CRterms_vertical ul {
    background-color: #f9f9f9;
}

.CRterms_vertical ul li a img {
    height: auto;
    width: 30px;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 30px;
    margin-right: 15px;
}

.CRterms_vertical ul li a {
    color: #333333;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgb(102 102 102 / 0.1);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: capitalize;
}

.CRitem_row_pd .box_title {
    position: relative;
    margin: 70px 0 50px 0;
}

.CRitem_row_pd:first-child .box_title {
    margin-top: 0;
}

.CRitem_row_pd .box_title:after {
    content: '';
    background-color: #000000;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.CRitem_row_pd h2 {
    color: #333333;
    font-size: 25px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    padding: 0 100px;
    background-color: #ffffff;
    z-index: 2;
    width: max-content;
    position: relative;
}

#CRlist_products .empty_pd p {
    margin: 50px 0;
}

#CRquickView_box .CRcustom_meta_pd.hide_btn .CRgr_btn_pd {
    cursor: not-allowed;
}

#CRquickView_box .CRcustom_meta_pd.hide_btn button.single_add_to_cart_button {
    pointer-events: none;
    opacity: .5;
}

#CRlist_products .load_more_btn {
    min-width: 270px;
}

.CRcomt_closed {
    padding: 50px 0 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.CRtitle_filter {
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin: 40px 0 20px;
}

/*Custom radio*/
.CRdefRadio {
    margin: -10px 0;
}

.CRdefRadio li {
    padding: 10px 0;
}

.CRradio_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-left: 0;
    margin-bottom: 0;
    cursor: pointer;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.CRradio_box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.CRradio_box .checkmark {
    position: relative;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    border: 1px solid #dddddd;
    background-color: #f9f9f9;
    display: block;
    margin-right: 15px;
}

.CRradio_box .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.CRradio_box input:checked~.checkmark:after {
    display: block;
}

.CRradio_box .checkmark:after {
    top: 50%;
    left: 50%;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background-color: rgba(225,185,79,1);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

/**/
i.spinner-submit {
    margin: 0!important;
    display: block!important;
}

.group_cart_head i {
    color: #fff;
}

.banner_def {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#CRbanner_box h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #000000;
    font-size: 45px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}

#CRbanner_box nav.breadcrumb ul li cite,#CRbanner_box nav.breadcrumb ul span {
    color: #666!important;
}

#CRbanner_box #CRbreadcrumbs nav.breadcrumb {
    padding: 20px 0;
}

#CRbanner_box {
    height: 220px;
    position: relative;
}

/*Quick view*/
#CRquickView_box .CRcustom_meta_pd form.cart {
    margin: 0;
}

#CRquickView_box .slider_cont_pd .slider_for {
    height: 330px;
}

#CRquickView_box #CRsingle_product_top:after {
    display: none;
}

#slider_cont_pd .customm_arrow.left {
    left: 20px;
}

#slider_cont_pd .customm_arrow.right {
    right: 20px;
}

#slider_cont_pd .customm_arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: unset;
    z-index: 6;
}

.slider_cont_pd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.item_slider_nav.slick-current.slick-active .gr_item_slider_nav img {
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    opacity: 1;
}

.cont_top_slider {
    width: 100%;
}

.slider_cont_pd.deactivate .item_slider_nav {
    width: 33.33%!important;
}

.slider_cont_pd .item_slider_nav .box {
    padding: 0 5px;
    height: 100%;
}

.slider_cont_pd .item_slider_nav {
    width: 33.33%;
    /*height: 95px !important;*/
    margin: 0;
    padding: 5px 0;
    opacity: 1;
}

.slider_cont_pd .slider_nav .slick-list {
    margin: 0 -5px;
}

.gr_item_slider_nav {
    background-color: #ffffff;
    height: 100%;
    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;
}

.slider_cont_pd .item_slider_nav img {
    width: auto;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 100%;
    margin: auto;
    opacity: 0.5;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.slider_cont_pd {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}

.slider_cont_pd .slider_for {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    height: 400px;
}

/*.slider_cont_pd .slider_for {*/
/*    width: calc(100% - 95px);*/
/*    padding-left: 20px;*/
/*    padding-right: 0;*/
/*    height: 560px;*/
/*}*/
.slider_cont_pd.deactivate {
    width: 100%;
    height: 400px;
}

.CRcustom_meta_pd .drift-zoom-pane {
    width: 400px;
    height: 400px;
    border: 1px solid #333333;
    background-color: #ffffff;
    z-index: 1;
    top: 100px;
}

.slider_cont_pd.deactivate .slick-active.item_thumb img {
    height: 340px;
    -o-object-fit: contain;
    object-fit: contain;
    width: auto;
    margin: auto;
    max-width: 80%;
    max-height: 80%;
}

.slider_cont_pd.deactivate .slick-active.item_thumb {
    padding: 70px;
    background-color: #f3f3f3;
    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;
    width: 100%;
    height: 100%;
}

.CRcustom_thumb_slider .slider_cont_pd .slider_for .slick-list,.CRcustom_thumb_slider .slider_cont_pd .slider_for .slick-track {
    height: 100%;
}

.slider_cont_pd .slider_nav {
    padding-top: 0;
    width: 100%;
}

.slick-slide {
    outline: none!important;
}

.slider_cont_pd .slider_for img {
    height: 340px;
    -o-object-fit: contain;
    object-fit: contain;
    width: auto;
    margin: auto;
    max-width: 80%;
    max-height: 80%;
}

.slider_cont_pd .slider_for .item_slider_for {
    padding: 20px;
    background-color: #ffffff;
    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;
}

.slider_cont_pd img {
    width: 100%;
    object-fit: cover;
    cursor: move;
}

.CRtags_pd p a {
    font-weight: bold;
    margin: 0 3px;
    color: #333333!important;
}

.CRtags_pd p {
    font-size: 15px;
    color: #333333;
    margin-bottom: 10px;
}

.CRbrand_pd p {
    font-size: 15px;
    margin-bottom: 30px;
    color: #333333;
}

#CRquickView_box {
    padding: 80px;
    position: relative;
    height: 100%;
}

a.CRclose_quickview i {
    color: rgba(225,185,79,1);
    font-size: 25px;
}

a.CRclose_quickview {
    position: absolute;
    top: 30px;
    right: 30px;
}

#CRquickView_box .CRgr_btn_pd {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}

#CRquickView_box .CRcustom_meta_pd .CRcustom_qty {
    margin-bottom: 30px;
}

#CRquickView_box .CRbtn_ddvice {
    display: none;
}

#CRquickView_box #CRsingle_product_top .CRcustom_meta_pd .CRaddCart_btn_pd,#CRquickView_box #CRsingle_product_top .CRcustom_meta_pd button.single_add_to_cart_button {
    width: 100%!important;
    margin: 7.5px 0!important;
    cursor: pointer;
}

#CRquickView_box .CRcustom_meta_pd .price span {
    font-size: 20px;
}

#CRquickView_box .sort_des_pd {
    display: none;
    margin: 0;
}

.single_variation_wrap {
    width: 100%;
}

#CRquickView_box #CRsingle_product_top .CRgr_btn_pd {
    margin: 0!important;
}

#CRtop_cart_page table.shop_table td.product-details .cart-item-details .variation {
    margin: 0 -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product_colors ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -3px;
}

.product_colors ul li {
    padding: 0 3px;
}

.product_colors ul li a {
    width: 16px;
    height: 16px;
    border: 2px solid #eaeaea;
    display: block;
    border-radius: 50%;
}

#CRtop_cart_page table.shop_table td.product-details .cart-item-details .variation dt,#CRtop_cart_page table.shop_table td.product-details .cart-item-details .variation dd {
    color: #333333;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
    padding: 0 5px;
}

/*CAT pd*/
.CRquickview_btn:hover,.CRquickAdd_btn:hover {
    background-color: #000000!important;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRquickAdd_btn {
    width: 90px;
    background-color: rgba(225,185,79,1);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRquick_view .CRquickview_btn {
    background-color: rgb(230 166 13 / 70%);
    padding: 0 15px;
    width: 100%;
}

.CRquick_view a {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #f9f9f9;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    position: relative;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.CRitem_product .CRgr_item_pd {
    position: relative;
}

.CRitem_product .CRgr_item_pd>a {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.CRitem_product:hover .CRquick_view {
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    bottom: 0;
}

.CRquick_view {
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    z-index: 4;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#CRinfo_products_page {
    background-image: url("../images/bg_brand.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
}

.CRinfo_products_page_right .content {
    padding-left: 70px;
}

.CRinfo_products_page_right .content h3 {
    color: #333333;
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.CRinfo_products_page_right .content .des_tax p:last-child {
    margin: 0;
}

.CRinfo_products_page_right .content .des_tax p {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin: 0 0 10px 0;
}

.CRinfo_products_page_right .des_tax ul li {
    list-style-type: disc;
    margin-left: 20px;
    list-style-position: outside;
    margin-bottom: 10px;
}

#CRinfo_products_page .CRinfo_products_page_left .content {
    height: 100%;
    text-align: center;
}

#CRinfo_products_page .CRinfo_products_page_left .content img {
    width: 75%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: inherit;
    margin: 0 auto;
    padding-bottom: 40px;
}

#CRinfo_products_page .CRinfo_products_page_right img {
    width: 50%;
    margin: 0 auto;
    height: auto;
    text-align: center;
    vertical-align: middle;
    display: flex;
}

@media only screen and (max-width: 767px) {
    #CRinfo_products_page .CRinfo_products_page_right img {
        width:70%;
    }

    #CRinfo_products_page .CRinfo_products_page_right .wp-caption-text {
        margin-bottom: 15px!important;
        margin-top: 15px!important;
    }
}

#CRinfo_products_page .CRinfo_products_page_right div.wp-caption {
    width: 100%!important;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

#CRinfo_products_page .CRinfo_products_page_right .wp-caption-text {
    margin-bottom: 10px!important;
    margin-top: 10px!important;
    font-style: italic;
}

#CRfillter_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#CRfillter_center .CRfillter_center_right.full {
    width: 100%;
    padding: 0;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

#CRfillter_center .CRfillter_center_left.hide {
    width: 0;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    filter: blur(8px);
    -webkit-filter: blur(8px);
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    pointer-events: none;
    opacity: 0;
}

#CRfillter_center .CRfillter_center_right {
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    width: 75%;
    padding-left: 30px;
}

#CRfillter_center .CRfillter_center_left {
    width: 25%;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    opacity: 1;
}

.CRlist_filter_term li.CRparent_list>a i {
    /*display: none;*/
}

.CRlist_filter_term li a i {
    margin-right: 5px;
}

.CRlist_filter_term {
    background-color: #f9f9f9;
    padding: 10px 20px;
}

.CRlist_filter_term li.CRparent_list:first-child>a {
    border-top: none!important;
}

.CRlist_filter_term li.CRparent_list.active_line>a {
    border-bottom: 1px solid rgb(102 102 102 / 0.1);
    transition: 0.5s all;
}

.CRlist_filter_term li.term_patches.CRparent_list:first-child {
    border-bottom: 1px solid rgb(102 102 102 / 0.1);
}

.CRlist_filter_term li.CRparent_list>a {
    /*color: #333333;*/
    /*font-size: 14px;*/
    /*font-weight: 600;*/
    /*line-height: normal;*/
    /*text-transform: uppercase;*/
    /*border-top: 1px solid rgb(102 102 102 / 0.1);*/
    /*border-bottom: 1px solid transparent;*/
    /*padding: 20px 0 !important;*/
    transition: 0.5s all;
}

.CRlist_filter_term .CRsub_list li:last-child a {
    padding-bottom: 20px;
}

.CRlist_filter_term .CRsub_list li:first-child a {
    padding-top: 20px;
}

.CRlist_filter_term li a {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding: 10px 0;
    display: block;
}

.CRsub_list {
    display: none;
}

.CRlist_filter_term li {
    position: relative;
}

.CRlist_filter_term .CRshow_term {
    height: 30px;
    width: 30px;
    color: #333;
    position: absolute;
    top: 15px;
    right: 0;
    cursor: pointer;
    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;
    color: rgba(225,185,79,1);
    font-size: 10px;
}

#CRfillter_top {
    margin-bottom: 30px;
    border-bottom: 3px solid #f7f7f7;
    padding-bottom: 30px;
}

.tiitle_item_filter h2 i {
    margin-right: 5px;
}

.tiitle_item_filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    background-color: rgba(225,185,79,1);
    padding: 0 30px;
}

.tiitle_item_filter h2 {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 20px;
}

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

.CRfilter_toggle {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 -5px;
}

.CRfilter_toggle a {
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    padding: 0 5px;
    text-transform: uppercase;
}

.CRfilter_sort.CRcustom_sl {
    width: 280px;
}

/*Support detail*/
.CRlist_support_child {
    padding-right: 70px;
}

.CRdefault_support_cont p {
    font-size: 16px;
    line-height: 30px;
}

.CRdefault_support_cont img {
    width: 100%;
    height: auto;
}

.CRlist_support_child ul {
    background-color: #f9f9f9;
    padding: 30px;
}

#CRdefault_support {
    padding: 80px 0;
}

.CRlist_support_child ul li:last-child {
    margin: 0;
}

.CRlist_support_child ul li {
    margin-bottom: 20px;
}

.CRlist_support_child ul li.active a {
    color: rgba(225,185,79,1);
    font-weight: 700;
}

.CRlist_support_child ul li a i {
    margin-right: 10px;
}

.CRlist_support_child ul li a {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.CRlist_support_child h2 i {
    margin-right: 10px;
}

.CRlist_support_child h2 {
    height: 50px;
    background-color: rgba(225,185,79,1);
    padding: 0 30px;
    margin: 0;
    line-height: normal;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*Support*/
#CRlist_support {
    padding: 60px 0;
}

#CRlist_support .row {
    margin: -10px;
}

.item_support_gr {
    padding: 10px;
}

.CRitem_support {
    height: 400px;
    position: relative;
    overflow: hidden;
}

.CRitem_support a {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.CRitem_support img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.CRitem_support:after {
    content: '';
    opacity: 1;
    background-image: linear-gradient(to top,rgba(0,0,0,.8) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -ms-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
}

.CRitem_support .content {
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    z-index: 1;
    width: 100%;
    padding: 0 20px;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -ms-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
}

.CRitem_support .content h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
    height: 48px;
    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;
    padding: 0 20px;
}

/*Filter Mobile*/
.CRremove_filter_mb {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.CRremove_filter_mb a {
    background-color: #ad7d2f;
    color: #fff;
    width: 100%;
    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;
    height: 50px;
}

#CRgr_bottom_min_max {
    margin-bottom: 50px;
    position: relative;
}

#slider-range-mobile.ui-slider-horizontal .ui-slider-range {
    background: #a37224;
}

.CRpop_filter_box {
    position: relative;
    height: 100%;
}

#slider-range-mobile {
    margin: 0;
    width: 100%;
    cursor: pointer;
    height: 4px;
    background: #ddd;
}

#CRgr_top_min_max div {
    font-size: 10px;
}

#filter_sort_mobile,#filter_attr_mobile {
    max-height: calc(100% - 122px);
    overflow-y: auto;
    height: 100%;
}

#filter_sort_mobile::-webkit-scrollbar-track,#filter_attr_mobile::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #fff;
}

#filter_sort_mobile::-webkit-scrollbar,#filter_attr_mobile::-webkit-scrollbar {
    width: 2px;
    background-color: rgba(40,40,40,0.8);
}

#filter_sort_mobile::-webkit-scrollbar-thumb,#filter_attr_mobile::-webkit-scrollbar-thumb {
    background-color: #a37224!important;
}

#min-mobile {
    position: absolute;
    top: 20px;
    left: 0;
}

#max-mobile {
    position: absolute;
    top: 20px;
    right: 0;
}

#CRgr_top_min_max input {
    width: 30%;
    padding: 0 5px;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    color: #000;
    font-size: 11px;
    font-weight: 400;
    line-height: normal;
    position: relative;
    height: 30px;
    border: 1px solid #b4b4b4;
    background-color: #fff;
    cursor: pointer;
}

#CRgr_top_min_max div,#CRgr_top_min_max span {
    color: #666;
    margin: 0 5px;
}

#CRgr_top_min_max {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0 20px 0;
}

.fa-times:before {
    content: "\f00d"!important;
}

ul.sub_filter li.active a i {
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    opacity: 1;
}

ul.sub_filter a i {
    color: #fff;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
}

.CRpop_filter_head ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #b4b4b4;
}

.CRpop_filter_head ul li {
    width: 50%;
    padding: 10px 0;
}

.CRpop_filter_head ul li:first-child a {
    border-right: 1px solid #b4b4b4;
}

.CRpop_filter_head ul a {
    height: 30px;
    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;
    width: 100%;
    color: #666;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
}

.CRpop_filter_head ul a i {
    font-size: 15px;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.close_pop_filter {
    padding: 20px;
    border-bottom: 2px solid rgba(225,185,79,1);
    background: rgba(225,185,79,1);
}

.close_pop_filter i {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.close_pop_filter a {
    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;
    width: 100%;
    position: relative;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.close_pop_filter a img {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.CRpop_filter_def.active {
    visibility: visible;
    right: 0;
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
}

.CRpop_filter_def {
    z-index: 999999999;
    top: 0;
    bottom: 0;
    width: 500px;
    height: 100vh;
    background-color: #393939;
    position: fixed;
    right: -500px;
    visibility: hidden;
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
}

ul.sub_filter li.active a {
    background: rgba(225,185,79,1);
    border-color: rgba(225,185,79,1);
    color: #fff;
    pointer-events: none;
}

.CRpop_filter_right #filter_sort_mobile li a {
    font-weight: 700;
    color: #fff;
}

.CRpop_filter_right #filter_sort_mobile li a img {
    margin-right: 10px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100px;
}

ul.sub_filter a {
    border: 1px solid #fff;
    color: #666;
    font-size: 12px;
    font-weight: 400;
    padding: 5px 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;
    position: relative;
    background: #fff;
}

#filter_sort_mobile li {
    padding: 0;
    border-bottom: 1px solid rgba(225,185,79,1)!important;
    height: 50px;
}

#filter_sort_mobile li.active a i {
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    opacity: 1;
}

#filter_sort_mobile li.active a {
    color: rgba(225,185,79,1);
}

#filter_sort_mobile li a i {
    color: #000;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
}

#filter_sort_mobile li a {
    color: #666;
    font-size: 12px;
    font-weight: 400;
    width: 100%;
    padding: 0 20px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    position: relative;
}

ul.sub_filter li {
    width: 100%;
    padding: 2px;
}

ul.sub_filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px -2px 20px -2px;
}

ul#filter_attr_mobile {
    padding: 0;
}

ul#filter_attr_mobile .CRsub_filter {
    display: none;
}

ul#filter_attr_mobile .open_filter p i {
    font-size: 18px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

ul#filter_attr_mobile .open_filter p {
    text-transform: uppercase;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    position: relative;
}

ul#filter_attr_mobile li.open_filter {
    border-bottom: 1px solid #ffffff5e!important;
    padding: 0 20px;
}

/**/
ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#CRpost_after a:first-child {
    background-color: #4267b2;
}

#CRpost_after a:last-child {
    background-color: #1DA1F2;
}

#CRpost_after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#CRpost_after a {
    height: 20px;
    padding: 0 20px;
    margin: 0 10px 0 0;
    border-radius: 3px;
    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;
    color: #ffffff;
    width: 80px;
    font-size: 12px;
}

#CRlogo img {
    width: 100%;
}

.CRmap_ft {
    display: none;
}

.CRmap_ft img {
    width: 80%;
    height: auto;
}

.empty_pd p {
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.CRitem_banner_cat_pd {
    background-position: center;
    padding: 125px 0 125px 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.CRitem_banner_cat_pd .CRstyle_title {
    color: #ffffff;
}

#CRproducts_page section#CRbreadcrumbs {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
}

#CRproducts_page section#CRbreadcrumbs cite,#CRproducts_page section#CRbreadcrumbs .divider i {
    color: #666!important;
}

.home .CRlist_hone_home {
    display: block;
}

.CRlist_hone_home {
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
    z-index: 9;
}

.CRlist_hone_home li {
    position: relative;
    height: 45px;
    cursor: pointer;
}

.CRlist_hone_home li:hover a {
    right: 45px;
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
}

.CRlist_hone_home li a {
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
    font-size: 13px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    right: -300px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 44px;
    background-color: #082340;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 15px;
}

.CRlist_hone_home p.ico {
    width: 45px;
    height: 45px;
    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;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

section.blog_news .empty_pd {
    text-align: center;
    width: 100%;
}

/* My address */
#CRform_def_edit_address label {
    width: 100%;
    max-width: 100%;
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}

#CRform_def_edit_address button {
    margin: 30px auto!important;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    width: 200px;
    height: 50px;
    background-color: rgba(225,185,79,1);
    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;
    color: #fffefe;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 auto;
}

#CRform_def_edit_address span.woocommerce-input-wrapper {
    width: 100%;
}

#CRform_def_edit_address input:focus,#CRform_def_edit_address select:focus {
    box-shadow: 0 3px 15px rgba(0,0,0,0.2);
    border: 1px solid #a37224;
    background-color: #f6f6f6;
    outline: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

#CRform_def_edit_address input {
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    padding: 20px;
    height: 50px;
    border: 1px solid #e1e1e1;
    background-color: #f6f6f6;
    outline: none;
    border-radius: 0;
    width: 100%;
    box-shadow: none;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

div#CRcustom_my_address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

div#CRcustom_my_address header.woocommerce-Address-title.title {
    border-bottom: 2px solid #333333;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

div#CRcustom_my_address .woocommerce-account header.title {
    text-align: left;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

div#CRcustom_my_address a {
    font-weight: 700;
    line-height: normal;
    font-size: 20px;
    margin-bottom: 0;
    color: rgba(225,185,79,1);
    text-transform: uppercase;
}

form#CRform_def_edit_address h3,div#CRcustom_my_address h3 {
    font-weight: 400;
    line-height: normal;
    font-size: 20px;
    margin-bottom: 0;
    color: #333333;
    text-transform: uppercase;
}

div#CRcustom_my_address .woocommerce-Address {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

/* My order */
.CRwoocommerce-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

body .CRwoocommerce-info a.woocommerce-Button.button {
    outline: none!important;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    width: 200px;
    height: 50px;
    background-color: rgba(225,185,79,1);
    border: none;
    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;
    margin: 20px 0;
    cursor: pointer;
}

.CRgroup_view_detail_order h4 span {
    color: rgba(225,185,79,1);
    margin-right: 5px;
}

.CRgroup_view_detail_order h4 {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.CRgroup_view_detail_order {
    margin-bottom: 30px;
}

.order_content ul li span {
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    width: 95%;
}

.order_content ul li p span {
    color: rgba(225,185,79,1);
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}

.order_content {
    margin-top: 30px!important;
}

.order_content ul li p {
    margin-bottom: 0;
    width: 100%;
    text-align: right;
}

.order_content ul li {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.img_pd_order {
    width: 50px;
    text-align: center;
    margin-right: 30px;
}

.info_pd_order p {
    margin-bottom: 0;
}

.list_term_pd_woo a {
    margin: 0 5px 0 5px;
    color: #999999;
    font-family: 'Lato',sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 2.6px;
}

.item_pd_order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px 0;
}

.info_pd_order p span.woocommerce-Price-amount.amount,.info_pd_order .woocommerce-Price-currencySymbol {
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    color: rgba(225,185,79,1);
}

.info_pd_order p span {
    text-transform: lowercase;
    color: rgba(225,185,79,1);
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    margin-right: 5px;
}

.item_pd_order .info_pd_order {
    padding-left: 15px;
}

.item_pd_order .info_pd_order p.product_attr,.item_pd_order .info_pd_order h4,.item_pd_order .info_pd_order h4 a {
    line-height: normal;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
}

.item_pd_order .info_pd_order p.product_attr {
}

.col_pd_woo:nth-child(1),.col_pd_woo:nth-child(2) {
    margin-top: 0;
}

.col_pd_woo {
    margin-top: 30px;
}

.img_pd_order img {
    width: 77px;
    height: 64px;
    -o-object-fit: contain;
    object-fit: contain;
}

.woocommerce-view-order li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders {
    background-color: #e1e1e1;
}

.pd_custom_order {
    border-bottom: 1px solid #e1e1e1;
    background-color: #ffffff;
    padding: 0 15px;
}

.item_custom_order {
    margin-bottom: 30px;
}

.info_custom_order {
    background-color: #f5f5f5;
    position: relative;
    padding: 10px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.info_custom_order ul li:last-child:after {
    display: none;
}

.item_custom_order a.view_more {
    color: rgba(225,185,79,1)!important;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    background: none!important;
    border: none!important;
    display: initial;
    text-transform: inherit;
    padding: 0;
    width: 15%;
    text-align: center;
}

.item_custom_order li.order_date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.item_custom_order li.order_code span a {
    font-weight: 400!important;
    color: #333333!important;
    margin-left: 5px!important;
}

.item_custom_order span.line_order {
    margin: 0 5px!important;
}

.item_custom_order li.order_total span {
    font-weight: 400!important;
    color: #333333!important;
    margin-left: 2px!important;
}

.info_custom_order ul li p,.info_custom_order ul li a,.info_custom_order ul li span {
    margin: 0;
    color: #333333;
    font-size: 11px;
    font-weight: 400;
    line-height: normal;
}

.info_custom_order ul li:after {
    content: '';
    background: #333333;
    display: block;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 0;
}

.info_custom_order ul li {
    list-style-type: none;
    position: relative;
    padding: 0 10px;
    margin: 0;
}

.info_custom_order ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    width: 85%;
}

.item_info_order {
    margin-bottom: 35px;
}

.filter_orders {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

.filter_orders p {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
    margin-right: 20px;
}

.filter_orders select {
    cursor: pointer;
    outline: none;
    box-shadow: none;
    line-height: normal;
    height: 45px;
    width: auto;
    min-width: 193px;
    color: #333;
    font-size: 15px;
    font-weight: 400;
    background-position: calc(100% - 12px) 50%;
    background-repeat: no-repeat;
    background-size: 10px;
    padding: 0 15px;
}

/* Detail order */
div#CRwoo_checkout_thank {
    margin-bottom: 100px;
}

#CRhead_address_order {
    padding: 15px 60px;
    background-color: #3f3f3f;
}

section#CRaddress_order {
    background-color: #f5f5f5;
}

section#CRdetail_order {
    background-color: #f5f5f5;
    margin-bottom: 40px;
}

#CRhead_detail_order {
    padding: 30px 60px;
    background-color: #3f3f3f;
}

#CRhead_address_order li h4,#CRhead_detail_order li h4 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}

.CRitem_product_order {
    padding: 10px 60px;
    border-bottom: 1px solid #e1e1e1;
}

#CRdetail_order ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#CRdetail_order ul li:first-child {
    text-align: left;
}

div#CRbottom_detail_order {
    padding: 10px 60px;
}

#CRbottom_detail_order span {
    color: rgba(225,185,79,1);
}

#CRbottom_detail_order p,#CRbottom_detail_order h4 {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.CRitem_product_order p,.CRitem_product_order h4 {
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.CRitem_product_order .qty p {
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}

.CRitem_product_order .sku p,.CRitem_product_order .title h4 {
    text-transform: uppercase;
}

.CRitem_product_order .total p span {
    color: #666666;
}

#CRdetail_order ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
    text-align: center;
}

/* 360 */
#threesixty {
    margin: 0 auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Thank Checkout */
#gr_custom_thank_pay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#gr_custom_thank_pay .gr_img,#gr_custom_thank_pay .gr_cont {
    width: 50%;
}

#gr_custom_thank_pay .gr_img {
    text-align: center;
}

#gr_custom_thank_pay h1 {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
    text-transform: uppercase;
}

#gr_custom_thank_pay .title {
    color: rgba(225,185,79,1);
}

#gr_custom_thank_pay a,#gr_custom_thank_pay p {
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
}

/* Checkout */
.CRgroup_bacs:after {
    content: '';
    width: 1px;
    height: 30px;
    background-color: #999999;
    opacity: 0.3;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
}

.CRgroup_bacs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -15px;
    position: relative;
}

.CRgroup_bacs .left,.CRgroup_bacs .right {
    width: 50%;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#order_review tr.woocommerce-shipping-totals.shipping td {
    width: 30%;
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}

.CRform_def_log_reg #choose_log label {
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    cursor: pointer;
}

.CRform_def_log_reg h2 {
    color: rgba(225,185,79,1);
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

.checkout-step-info .woocommerce-input-wrapper input::placeholder,.checkout-step-info .woocommerce-input-wrapper textarea::placeholder {
    color: rgba(51,51,51,.5)!important;
}

#shipping_phone_field span.optional,#order_comments_field span.optional {
    display: none;
}

body .checkout-step-info #billing_phone_field label {
    position: relative;
}

body .checkout-step-info #billing_phone_field label .Crcustom_mes_phone {
    position: absolute;
    top: 35px;
    right: -250px;
    width: 210px;
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}

#order_comments_field {
    padding: 0;
}

#shipping_phone_field span.Crcustom_mes,#order_comments_field span.Crcustom_mes {
    margin-left: 5px;
    color: rgba(51,51,51,0.5);
}

body.woocommerce-checkout #CRbreadcrumbs .container {
    padding: 0;
}

#CRcheckout_nav_step .checkout_nav li a p.check_done,#CRcheckout_nav_step .checkout_nav li.check a p {
    display: none;
}

#CRcheckout_nav_step .checkout_nav li.check a p.check_done {
    border-color: rgba(225,185,79,1);
    color: rgba(225,185,79,1);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

#CRcheckout_nav_step .checkout_nav li.done:before,#CRcheckout_nav_step .checkout_nav li.done:after {
    display: none;
}

.checkout-step-info .woocommerce-shipping-fields__field-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.checkout-step-info #shipping_phone_field,.checkout-step-info #billing_phone_field {
    width: 100%!important;
    display: block;
    position: relative;
    padding-bottom: 20px!important;
}

.checkout-step-info #shipping_phone_field:after,.checkout-step-info #billing_phone_field:after {
    content: '';
    background: rgba(225,185,79,1);
    height: 1px;
    left: 10px;
    right: 10px;
    bottom: 0;
    position: absolute;
}

body .checkout-step-info #shipping_phone_field label,body .checkout-step-info #billing_phone_field label {
    padding: 0!important;
}

.checkout-step-info #shipping_phone_field label,.checkout-step-info #shipping_phone_field span input,.checkout-step-info #billing_phone_field label,.checkout-step-info #billing_phone_field span input {
    width: 50%;
    padding: 10px!important;
}

#CRcheckout_form #order_review td.product-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#CRcheckout_form #order_review td.product-name .product-thumbnail img {
    width: 75px;
    height: 65px;
    -o-object-fit: contain;
    object-fit: contain;
}

#CRcheckout_form #order_review .cart_item td.product-total>span:last-child span,#CRcheckout_form #order_review .cart_item td.product-total>span:last-child {
    color: rgba(225,185,79,1);
}

#CRcheckout_form #order_review .cart_item td.product-total>span {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#CRcheckout_form #order_review .cart_item td.product-total span {
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}

#CRcheckout_form #order_review td.product-name .cart-item-details p,#CRcheckout_form #order_review td.product-name .cart-item-details h4 {
    color: #333333;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
    margin: 0;
}

#CRcheckout_form #order_review {
    background-color: #f5f5f5;
    padding: 10px 0;
}

#CRcheckout_form #order_review tfoot th {
    padding-top: 15px!important;
    padding-bottom: 15px!important;
}

#CRcheckout_form #order_review td:last-child {
    padding-right: 30px;
    text-align: right;
}

#CRcheckout_form #order_review th {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

#CRcheckout_form {
    margin: 40px 0 100px;
}

#CRcheckout_form #order_review th:first-child,#CRcheckout_form #order_review td:first-child {
    padding-left: 30px;
}

#CRcheckout_form #order_review tbody tr:first-child th,#CRcheckout_form #order_review tbody tr:first-child td {
    border: none;
}

#CRcheckout_form #order_review th,#CRcheckout_form #order_review td {
    border-top: 1px solid white;
}

#CRcheckout_form #order_review tr.cart-discount td {
    position: relative;
    padding-right: 60px;
}

#CRcheckout_form #order_review tfoot tr.cart-subtotal td span {
    color: rgba(225,185,79,1);
}

.checkout-step-info .form-row-wide:first-child {
    padding-top: 0!important;
    position: relative;
    padding-bottom: 20px!important;
}

p#shipping_last_name_field:after {
    content: '';
    background: rgba(225,185,79,1);
    height: 1px;
    left: 10px;
    right: 10px;
    bottom: 0;
    position: absolute;
}

#CRcheckout_form #order_review tfoot tr.order-total td span {
    color: rgba(225,185,79,1);
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}

#CRcheckout_form #order_review tfoot td span,#CRcheckout_form #order_review tr.woocommerce-shipping-totals ul li {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

#CRcheckout_form #order_review tr.woocommerce-shipping-totals ul li {
    margin: 0!important;
}

#CRcheckout_form #order_review tr.cart-discount.coupon-coupon-test td a:after {
    content: 'x';
    color: #fff;
    font-size: 8px;
    width: 20px;
    height: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: rgba(225,185,79,1);
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: -10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 12px;
}

#CRcheckout_form #order_review tr.cart-discount td a {
    color: transparent;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#CRcheckout_form #order_review table {
    border: none;
    margin: 0;
    border-radius: 0!important;
}

#CRcheckout_form #order_review td.product-name .cart-item-details a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#CRcheckout_form #order_review td.product-name .cart-item-details {
    position: relative;
    padding-left: 15px;
}

#payment .wc_payment_method_description .bacs-left span {
    width: 100%;
}

#payment .wc_payment_method_description .bacs-left:last-child {
    border: none;
}

#payment .wc_payment_method_description .bacs-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 2px solid #f5f5f5;
    padding: 10px 0;
}

.checkout-step-info .woocommerce-billing-fields__field-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.checkout-step-info .form-row-wide {
    width: 100%;
    padding: 0 10px 10px 10px!important;
}

.checkout-step-info #shipping_city_field,.checkout-step-info #shipping_state_field,.checkout-step-info #billing_city_field,.checkout-step-info #billing_state_field,.checkout-step-info #billing_phone_field {
    width: 50%;
}

.checkout-step-info label {
    width: 100%;
    margin-bottom: 5px;
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}

.checkout-step-info label abbr.required {
    display: none;
}

.checkout-step-info .woocommerce-input-wrapper {
    line-height: normal;
    width: 100%;
}

.checkout-step-info .woocommerce-input-wrapper input::placeholder {
    color: #333333;
}

.checkout-step-info .woocommerce-input-wrapper input:focus,.checkout-step-info .woocommerce-input-wrapper .select2-container--default .select2-selection--single:focus,.checkout-step-info .woocommerce-input-wrapper textarea:focus {
    box-shadow: 0 3px 15px rgba(0,0,0,0.2);
    border: 1px solid rgba(225,185,79,1);
    background-color: #f6f6f6;
    outline: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    color: #333333;
}

.checkout-step-info .woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1px;
    width: 20px;
}

.checkout-step-info .woocommerce-input-wrapper textarea,.checkout-step-info .woocommerce-input-wrapper .select2-container--default .select2-selection--single,.checkout-step-info .woocommerce-input-wrapper input {
    width: 100%;
    height: 50px;
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    padding: 15px 20px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    position: relative;
}

.checkout-step-info {
    padding-right: 60px;
}

.woocommerce-terms-and-conditions-wrapper {
    display: none;
}

.CRdef_checkout_title {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.CRdef_checkout_title i {
    color: rgba(225,185,79,1);
    font-size: 16px;
    margin-right: 20px;
}

#payment {
    padding: 0;
    margin: 0;
    background-color: transparent!important;
    border-radius: 0!important;
}

#payment .wc_payment_methods {
    padding: 60px 20px!important;
    border: none!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: whitesmoke;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

#payment .wc_payment_method {
    margin: 10px 0!important;
    line-height: normal!important;
    width: 100%;
}

#shipping_method li,#payment .payment_methods label {
    margin-bottom: 3px;
}

#shipping_method label,#payment .payment_methods label {
    color: #888;
    width: calc(100% - 25px);
}

.wc_payment_method label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#payment .wc_payment_method .wc_payment {
    padding: 10px 0;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wc_payment_method label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.wc_payment_method label input:checked~.checkmark,.check-gender input:checked~.checkmark {
    border: 2px solid rgba(225,185,79,1);
}

.wc_payment_method .checkmark,.check-gender .checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #ddd;
    border-radius: 50%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    transform: translate(0,-50%);
}

.wc_payment_method label input:checked~.checkmark:after,.check-gender input:checked~.checkmark:after {
    display: block;
}

.wc_payment_method label .checkmark:after,.check-gender .checkmark:after {
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: rgba(225,185,79,1);
}

.wc_payment_method label .checkmark:after,.check-gender .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

#payment .wc_payment_method img {
    max-width: 100%;
    max-height: 100%;
}

.payment_methods label img {
    width: 40px;
    margin: 0 20px!important;
    position: relative;
    height: auto;
}

#payment .wc_payment_method .wc_payment_method_description:before {
    content: '';
    width: 1px;
    background-color: rgba(153,153,153,0.3);
    position: absolute;
    left: 0;
    top: -10px;
    bottom: -10px;
}

#payment .wc_payment_method .wc_payment_method_description {
    width: 85%;
    position: relative;
    padding-left: 20px;
}

#payment .wc_payment_method .payment_title {
    color: #a70706;
    display: block;
}

#payment .wc_payment_method_description span,#payment .wc_payment_method_description p {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
}

#CRcheckout_form .checkout-step-pay .form-row.place-order {
    padding: 0!important;
}

#CRcheckout_info_cart_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: 40px;
}

#CRcheckout_info_cart_btn a {
    width: auto;
}

.CRgroup_btn_place_order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: 40px;
}

.CRwoocommerce_order_button {
    position: relative;
}

#CRcheckout_info_cart_btn a.CRbtn_style_wc_next {
    padding: 7px 90px 7px 60px!important;
}

.CRwoocommerce_order_button #place_order {
    padding: 7px 90px 7px 60px!important;
    outline: none;
    box-shadow: none;
}

#CRcheckout_info_cart_btn a.CRbtn_style_wc_prev,.CRgroup_btn_place_order .CRcheckout_prevstep a {
    padding: 7px 60px 7px 90px!important;
}

.CRwoocommerce_order_button i {
    position: absolute;
    top: 0;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #ffffff;
    right: 0;
    z-index: 1;
    color: #fff;
}

.checkout-step-pay .CRdef_checkout_title i {
    background: rgba(225,185,79,1);
    color: #fff;
    padding: 5px;
    border-radius: 50%;
    font-size: 10px;
    width: 20px;
    height: 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;
}

.checkout-step-pay.active {
    opacity: 1;
    visibility: visible;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.checkout-step-info.hide,.checkout-step-pay {
    opacity: 0;
    visibility: hidden;
    height: 0;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

/* Product view */
#CRlist_view_product {
    margin: 0 -10px;
}

#CRlist_view_product .CRgr_item_pd {
    box-shadow: 0 3px 10px rgba(0,0,0,0.3);
}

#CRproduct_view h3 {
    color: #333333;
    font-size: 28px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
}

#CRproduct_view {
    width: 100%;
}

#CRproduct_view .empty_pd {
    width: 100%;
    text-align: center;
    margin: 40px auto 0 auto;
}

/* Cart */
#CRcart_page {
    margin-bottom: 90px;
}

#CRcenter_cart_page #custom_cart_total {
    margin: 40px 0 0 0;
}

#custom_cart_total tr.cart-discount a.woocommerce-remove-coupon:after {
    content: 'x';
    color: #fff;
    font-size: 8px;
    width: 20px;
    height: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: rgba(225,185,79,1);
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 60%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 12px;
}

#custom_cart_total tr.cart-discount a.woocommerce-remove-coupon {
    color: transparent;
    position: relative;
    width: 20px;
    height: 20px;
    display: inline-block;
}

#CRcenter_cart_page #custom_cart_total tr.cart-discount td {
    padding-left: 10px;
    color: rgba(225,185,79,1)!important;
    font-size: 15px!important;
    font-weight: 700!important;
    line-height: normal!important;
}

#custom_cart_total ul,#custom_cart_total li {
    margin: 0!important;
    padding: 0;
}

#CRcenter_cart_page #custom_cart_total tr {
    margin: 0 10px;
}

#CRcenter_cart_page #custom_cart_total table tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 -10px;
}

#CRcenter_cart_page #custom_cart_total th {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

#custom_cart_total .order-total th,#custom_cart_total .order-total td {
    color: #333333!important;
    font-size: 15px!important;
    line-height: normal!important;
    margin: 0;
    padding: 0;
}

#CRcenter_cart_page #custom_cart_total th,#CRcenter_cart_page #custom_cart_total td {
    color: #666666;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    border: none;
}

#CRcenter_cart_page #custom_cart_total h2,#CRcenter_cart_page #custom_cart_total .wc-proceed-to-checkout,.woocommerce-message,#CRbtn_update_cart,#actions_cart_btn:after {
    display: none;
}

#actions_cart_btn {
    margin: 65px 0 80px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.CRbtn_style_wc {
    height: 40px;
    position: relative!important;
    max-width: 240px;
    width: 100%;
    text-align: center;
    border: 1px solid #e1e1e1!important;
    font-size: 15px!important;
    font-weight: 400!important;
    line-height: normal!important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex!important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.CRbtn_style_wc i {
    position: absolute;
    top: 0;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.CRbtn_style_wc.CRbtn_style_wc_next i {
    border-left: 1px solid #ffffff;
    right: 0;
}

.CRbtn_style_wc.CRbtn_style_wc_next {
    padding: 7px 40px 7px 20px!important;
    color: #ffffff;
    background-color: rgba(225,185,79,1)!important;
}

.CRbtn_style_wc.CRbtn_style_wc_prev i {
    left: 0;
    border-right: 1px solid #e1e1e1;
}

.CRbtn_style_wc.CRbtn_style_wc_prev {
    padding: 7px 20px 7px 55px!important;
    color: #999999;
    background-color: #f5f5f5!important;
}

#CRcart_coupon form.checkout_coupon {
    margin: 0;
    border: none;
    padding: 0;
}

#CRcart_coupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#CRcart_coupon .input-coupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#CRcart_coupon .input-coupon input::placeholder {
    color: #999999;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}

#CRcart_coupon .input-coupon input.btn {
    min-width: 110px;
    height: 40px;
    background-color: rgba(225,185,79,1);
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    border-radius: 0px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none!important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
}

#CRcart_coupon .input-coupon input {
    height: 40px;
    border: 1px solid #b3b3b3;
    background-color: #ffffff;
    padding: 0 15px;
    width: auto;
    color: #999999;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#CRcart_coupon form.checkout_coupon label {
    display: none;
}

#CRtop_cart_page {
    margin: 40px 0;
}

#CRcheckout_nav_step {
    margin: 40px 0 40px 0;
    display: none;
}

#CRtop_cart_page thead {
    background-color: #f5f5f5;
}

#CRcheckout_nav_step .checkout_nav li:first-child.active {
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(225,185,79,1)),color-stop(1%,rgba(225,185,79,1)),to(rgba(225,185,79,1)));
    background-image: -o-linear-gradient(left,rgba(225,185,79,1) 0%,rgba(225,185,79,1) 1%,rgba(225,185,79,1) 100%);
    background-image: linear-gradient(to right,rgba(225,185,79,1) 0%,rgba(225,185,79,1) 1%,rgba(225,185,79,1) 100%);
}

#CRcheckout_nav_step .checkout_nav li.active {
    background-image: url('../images/ico_checkout_next.png');
    padding-left: 50px;
}

#CRcheckout_nav_step .checkout_nav li {
    display: inline-block;
    width: 25%;
    float: left;
    background-color: #f5f5f5;
    padding: 13.5px 40px;
    position: relative;
}

#CRcheckout_nav_step .checkout_nav li:before {
    border-top: 30px solid #f5f5f5;
    border-bottom: 30px solid #f5f5f5;
    border-left: 30px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

#CRcheckout_nav_step .checkout_nav li:last-child:after {
    display: none;
}

#CRcheckout_nav_step .checkout_nav li:after {
    border-top: 30px solid #b3b3b3;
    border-bottom: 30px solid #b3b3b3;
    border-left: 30px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

#CRcheckout_nav_step .checkout_nav li.active a {
    color: #ffffff;
}

#CRcheckout_nav_step .checkout_nav li a {
    color: rgba(153,153,153,0.6);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

#CRcheckout_nav_step .checkout_nav li.active a p {
    border: 1px solid #ffffff;
}

#CRcheckout_nav_step .checkout_nav li a p {
    margin-bottom: 0;
    border: 1px solid rgba(153,153,153,0.6);
    border-radius: 50%;
    height: 34px;
    width: 34px;
    margin-right: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#CRcart_page #CRproduct_view {
    padding: 0 15px;
}

#CRtop_cart_page table.shop_table tbody tr {
    position: relative;
    border-bottom: 1px solid rgba(147,149,152,0.5);
}

#CRtop_cart_page table.shop_table tbody td {
    padding: 15px 12px;
}

#CRtop_cart_page thead:after {
    content: '';
    height: 1px;
    background-color: #939598;
    position: absolute;
    left: 0;
    right: 0;
    top: 38px;
}

#CRcenter_cart_page #custom_cart_total table,#CRtop_cart_page table.shop_table {
    border: none!important;
    margin: 0;
    border-collapse: collapse;
    border-radius: 0px;
    position: relative;
}

#CRcart_page #CRbreadcrumbs .container {
    padding: 0;
}

#CRtop_cart_page table.shop_table th:first-child {
    padding-left: 30px;
}

#CRtop_cart_page table.shop_table td.product-name {
    width: 90px;
    padding-left: 30px;
}

#CRtop_cart_page table.shop_table td {
    text-align: center;
}

#CRtop_cart_page table.shop_table td {
    position: relative;
}

#CRtop_cart_page table.shop_table td {
    border-left: none;
    border-right: none;
    border: none;
}

#CRtop_cart_page table.shop_table td.product-details,#CRtop_cart_page table.shop_table td:first-child,#CRtop_cart_page table.shop_table thead th:first-child {
    text-align: left!important;
}

#CRtop_cart_page table.shop_table .product-price {
    width: 200px;
}

#CRtop_cart_page thead th {
    color: #333333;
    font-size: 15px;
    font-weight: 400!important;
    line-height: normal!important;
    border-left: none;
    border-right: none;
    border-bottom: none;
    text-align: center!important;
}

#CRtop_cart_page h1.step-title {
    margin-bottom: 20px;
}

#CRtop_cart_page table.shop_table .product-name img {
    width: 80px;
    height: 65px;
    margin: 5px auto;
    -o-object-fit: contain;
    object-fit: contain;
}

#CRtop_cart_page h1.step-title i {
    color: rgba(225,185,79,1);
    margin-right: 10px;
    font-size: 20px;
}

#CRtop_cart_page h1 {
    margin-bottom: 20px!important;
    display: block;
}

#CRtop_cart_page table.shop_table td.product-details .cart-item-details {
    position: relative;
}

#CRtop_cart_page table.shop_table td.product-details .cart-item-details a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#CRtop_cart_page table.shop_table td.product-details p,#CRtop_cart_page table.shop_table td.product-details h4 {
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}

#CRtop_cart_page table.shop_table tbody td a,#CRtop_cart_page table.shop_table tbody td span {
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}

#CRtop_cart_page table.shop_table tbody td.product-subtotal span {
    color: rgba(225,185,79,1);
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}

#CRtop_cart_page h1.step-title b,#CRtop_cart_page h1.step-title,#CRtop_cart_page h1.step-title span {
    color: #333333;
    font-size: 16px;
    font-weight: 400!important;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0;
}

/*Product rating*/
.CRgr_item_pd .five_star .total_review {
    margin: 0 0 0 10px;
    color: #666666;
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
}

.CRgr_item_pd .five_star {
    margin: 10px 0;
    text-align: center;
    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;
}

.CRgr_item_pd .five_star span.checked {
    color: rgba(255,165,0,0.7);
}

.CRgr_item_pd .five_star span {
    color: rgba(255,165,0,.3);
}

.CRproduct_reviews h3 {
    color: #333333;
    font-size: 25px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 15px;
}

.CRgroup_rating_pd .top_ratingProduct .left li p.total {
    color: #999999;
    font-family: 'Quicksand',sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 0 5px;
}

.CRgroup_rating_pd .top_ratingProduct .left li:last-child {
    margin-bottom: 0;
}

.CRgroup_rating_pd .top_ratingProduct .left li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
}

.CRgroup_rating_pd .top_ratingProduct .left li p {
    color: #333333;
    font-family: 'Quicksand',sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin: 0 10px 0 0;
}

.CRgroup_rating_pd .top_ratingProduct .left li span.checked {
    color: #FFC107;
}

.CRgroup_rating_pd .top_ratingProduct .left li span {
    color: rgba(255,165,0,0.3);
    padding: 0 5px;
    font-size: 13px;
}

.gr_total_rating #title_point {
    font-family: 'Quicksand',sans-serif;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin: 0;
    color: #333333;
    font-size: 14px;
}

.gr_total_rating p {
    color: #333333;
    font-family: 'Quicksand',sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: normal;
    margin: 20px 0;
    text-align: center;
}

.CRRatingProduct {
    margin-bottom: 50px;
}

.CRRatingProduct #full-stars-example-two {
    text-align: center;
}

.bottom_ratingProduct {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gr_right_rating .total_review {
    text-align: center;
    color: #333333;
    font-size: 10px;
    font-weight: 600;
    line-height: normal;
    padding: 10px;
    margin: 0;
}

.CRgroup_rating_pd {
    padding: 30px 30px 30px 0;
    border-radius: 0;
    background-color: #f0f0f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.CRgroup_rating_pd .item_ratingProduct.center_ratingProduct {
    padding: 0 40px;
    width: 40%;
    border-left: 1px solid #bcbcbc;
}

.CRgroup_rating_pd .item_ratingProduct li p {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin: 0 5px 0 0;
    min-width: 10px;
}

.CRgroup_rating_pd .item_ratingProduct li span.checked:before {
    color: #FFC107;
}

.CRgroup_rating_pd .item_ratingProduct li span {
    padding: 0 5px;
}

.CRgroup_rating_pd .item_ratingProduct li span:before {
    color: rgba(255,193,7,0.4);
}

.CRgroup_rating_pd .item_ratingProduct li .total {
    color: #999999;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 0 5px;
}

.CRgroup_rating_pd .item_ratingProduct li:last-child {
    padding-bottom: 0;
}

.CRgroup_rating_pd .item_ratingProduct li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 15px;
}

.CRgroup_rating_pd .item_ratingProduct {
    width: 30%;
}

.CRgroup_rating_pd .item_ratingProduct.top_ratingProduct {
    width: 30%;
}

.CRgroup_rating_pd .bottom_ratingProduct a {
    width: auto;
    height: 40px;
    border-radius: 0;
    background-color: rgba(225,185,79,1);
    color: #ffffff!important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding: 0 40px;
}

#full-stars-example-two .rating-group {
    display: inline-flex;
}

#full-stars-example-two .rating__icon {
    pointer-events: none;
}

#full-stars-example-two .rating__input {
    position: absolute!important;
    left: -9999px!important;
}

#full-stars-example-two .rating__input--none {
    display: none;
}

#full-stars-example-two .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 15px;
    margin: 0;
}

#full-stars-example-two .rating__icon--star {
    color: #FFC107;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

#full-stars-example-two .rating__input:checked~.rating__label .rating__icon--star {
    color: rgba(255,193,7,0.5);
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

#full-stars-example-two .rating-group:hover .rating__label .rating__icon--star {
    color: orange;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

#full-stars-example-two .rating__input:hover~.rating__label .rating__icon--star {
    color: #ddd;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

/*Popup*/
.group_load {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.group_load .load-img {
    width: 100px;
    height: 100px;
    margin: 6px;
    border-radius: 50%;
    -webkit-animation: lds-circle 2.4s cubic-bezier(0,0.2,0.8,1) infinite;
    animation: lds-circle 2.4s cubic-bezier(0,0.2,0.8,1) infinite;
    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;
    border: 1px solid #333;
    z-index: 99;
    background: rgba(225,185,79,1);
}

.group_load .load-img .item_load {
    width: 71px;
    height: 50px;
    background-image: url('../images/lg_new.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#popup_load_first.show_pop {
    visibility: visible;
    transition: all .5s;
    opacity: 1;
}

#popup_load_first {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 999999999;
    opacity: 0;
    visibility: hidden;
    transition: 1s all ease;
}

#popup_load_first.show_pop div#popup_load_first_content {
    top: 50%;
}

div#popup_load_first_content {
    max-width: 1000px;
    height: auto;
    width: 100%;
    margin: auto;
    border-radius: 0;
    background-color: #fff;
    top: -100%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    z-index: 30;
    -webkit-transition: all .9s ease-in-out;
    transition: all.9s ease-in-out;
}

.bg_popup_first {
    background: rgba(0,0,0,0.8);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#popup_load_first_content .cont_pop_first {
    width: 100%;
    height: 100%;
}

.close_pop_first {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #333;
    height: 30px;
    width: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    display: flex;
    cursor: pointer;
}

.image_popup_top img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

/*Header*/
.group_cart_head a {
    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;
    padding: 0 0 0 20px;
}

.group_cart_head .CRToTalCart {
    width: 20px;
    height: 20px;
    background-color: rgba(225,185,79,1);
    border-radius: 50%;
    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;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-left: 6px;
}

div#CRnav .CRdefMenu {
    position: relative;
}

div#CRnav li.CRdefMenu ul li:hover a,div#CRnav li.CRdefMenu ul li.active a,div#CRnav ul.sub-menu li ul.sub-menu li:hover a {
    color: #245692!important;
}

div#CRnav li.current-menu-parent>a {
    color: rgba(225,185,79,1)!important;
    font-weight: 700;
}

#CRnav #mn_desk .CRdefMenu.menu-item-has-children ul.sub-menu .menu-item-has-children ul.sub-menu li:first-child,div#CRnav .CRdefMenu ul.sub-menu li:first-child {
    padding-top: 10px!important;
}

div#CRnav .CRdefMenu ul.sub-menu:before {
    content: '';
    background: #245692;
    height: 5px;
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    top: 30px;
    z-index: 2;
}

div#CRnav .CRdefMenu ul.sub-menu {
    width: 300px;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    position: absolute;
    margin: 0!important;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    right: 0;
    visibility: hidden;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    opacity: 0;
    /*-webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);*/
    /*box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);*/
    padding-top: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    pointer-events: none;
}

div#CRnav .CRdefMenu ul.sub-menu li a {
    width: 100%;
    color: #333!important;
    font-size: 13px;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase;
}

div#CRnav .CRdefMenu ul.sub-menu li {
    width: 100%;
    height: auto;
    background-color: rgba(255,255,255,90%);
    -webkit-box-shadow: 0 3px 15px rgba(0,0,0,0.1);
    box-shadow: 0 3px 15px rgba(0,0,0,0.1);
    padding: 0 10px!important;
}

div#CRnav .CRdefMenu ul.sub-menu:after,div#CRnav .CRdefMenu ul.sub-menu:before {
    display: none;
}

div#CRnav ul>li.active>a {
    color: rgba(225,185,79,1)!important;
}

section#CRbreadcrumbs nav.breadcrumb {
    background-color: transparent;
    padding: 10px 0;
    margin: 0;
}

li.title_single cite {
    color: rgba(225,185,79,1)!important;
}

nav.breadcrumb span.divider i {
    color: #666666;
}

nav.breadcrumb ul li cite {
    color: #666666;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    font-style: normal;
    text-transform: capitalize;
}

ul.sub-menu a:after {
    display: none!important;
}

div#CRnav li.CRdefMenu:hover ul.sub-menu,div#CRnav li.CRcustomTwoMenu:hover ul.sub-menu,li.CRcustomTwoMenu:hover>ul.sub-menu,li.CRcustomMenu:hover>ul.sub-menu {
    visibility: visible;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    opacity: 1;
    pointer-events: auto;
}

li.CRcustomTwoMenu>ul.sub-menu>li.menu-item-type-taxonomy {
    width: 33.333%;
    padding: 0 20px!important;
}

li.CRcustomTwoMenu>ul.sub-menu>li.menu-item-type-taxonomy a {
    width: 100%;
}

li.CRcustomTwoMenu>ul.sub-menu:after,li.CRcustomTwoMenu>ul.sub-menu:before {
    left: -30px;
    right: -30px;
}

li.CRcustomTwoMenu>ul.sub-menu:after,div#CRnav li.CRcustomTwoMenu ul.sub-menu li ul {
    height: 535px;
    padding: 0 10px!important;
}

li.CRcustomTwoMenu>ul.sub-menu {
    width: 750px;
    pointer-events: none;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    position: absolute;
    margin: 0!important;
    right: 0;
    visibility: hidden;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    opacity: 0;
    /*-webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);*/
    /*box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);*/
    padding-top: 40px;
}

li.CRcustomMenu.CRcustomMenu2 {
    position: relative;
}

.CRcustomMenu.CRcustomMenu2 ul.sub-menu>li {
    width: 260px;
}

li.CRcustomMenu.CRcustomMenu2>ul.sub-menu {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    right: unset;
}

li.CRcustomMenu>ul.sub-menu {
    pointer-events: none;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    position: absolute;
    margin: 0!important;
    left: 0;
    right: 0;
    visibility: hidden;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    opacity: 0;
    /*-webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);*/
    /*box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);*/
    padding-top: 39px;
}

ul.sub-menu>li>a {
    color: #ffffff!important;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

ul.sub-menu>li:first-child {
    border: none;
}

.CRcustomMenu ul.sub-menu>li {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.CRchild_nav:before {
    content: '';
    background-color: #9E9E9E;
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 0;
    height: 1px;
}

.CRchild_nav:after {
    content: '';
    background-color: rgba(225,185,79,1);
    position: absolute;
    left: 25px;
    bottom: 0;
    height: 3px;
    width: 20%;
}

ul.sub-menu>li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid transparent;
    background-color: transparent;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 25px!important;
}

ul.sub-menu:before {
    content: '';
    background: rgb(57 57 57 / 0.9);
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
}

ul.sub-menu:after {
    content: '';
    background: rgb(57 57 57 / 0.9);
    height: 440px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 0;
    top: 92px;
    -webkit-box-shadow: 0 3px 15px rgba(0,0,0,0.1);
    box-shadow: 0 3px 15px rgba(0,0,0,0.1);
}

ul.sub-menu li ul.sub-menu:after,ul.sub-menu li ul.sub-menu:before {
    display: none;
}

div#CRnav div#mn_desk ul.sub-menu li ul.sub-menu {
    top: 55px;
    height: 415px;
    overflow-y: auto;
    display: block;
    box-shadow: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0!important;
}

ul.sub-menu li ul.sub-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #fff;
}

ul.sub-menu li ul.sub-menu::-webkit-scrollbar {
    width: 2px;
    background-color: rgba(40,40,40,0.8);
}

ul.sub-menu li ul.sub-menu::-webkit-scrollbar-thumb {
    background-color: rgba(225,185,79,1)!important;
}

ul.sub-menu li ul.sub-menu li {
    width: 100%;
    background-color: transparent;
    height: auto;
    padding: 25px 25px 0!important;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

div#CRnav ul.sub-menu li ul.sub-menu li a {
    color: #ffffff!important;
    font-size: 14px!important;
    text-transform: capitalize;
    width: 100%;
}

.main_header .container .row {
    position: relative;
}

.CR_custom_nav {
    position: initial;
}

div#CRad_header {
    width: 100%;
    position: relative;
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    height: 70px;
}

div#CRad_header.hide {
    height: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

div#CRad_header img {
    width: 100%;
    height: 100%;
    -o-object-fit: none;
    object-fit: none;
}

div#CRad_header a.close_ad {
    position: absolute;
    top: 0;
    right: calc((100% - 1140px)/2);
    z-index: 9;
}

div#CRad_header a.close_ad i {
    color: #000000!important;
}

header#header {
    box-shadow: 0 0 46px rgba(0,0,0,0.29);
    background-color: #000000;
}

.top_header {
    position: relative;
    background-color: #393939;
    padding: 10px 0;
    display: none;
}

/*header#header .top_header:before{*/
/*    content: url("../images/ico_left_head.png");*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    z-index: 1;*/
/*}*/
div#CRlogin ul,.top_right_header,div#CRhotline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

div#CRhotline p {
    padding-right: 10px;
}

div#CRhotline p,div#CRhotline a {
    color: #f6f6f6;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: normal;
    margin: 0;
}

.group_cart_head img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

div#CRlogin ul li a {
    opacity: 1;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #f6f6f6;
}

div#CRlogin ul {
    margin: 0 -10px;
}

div#CRlogin ul li {
    position: relative;
    padding: 0 10px;
}

div#CRlogin ul li:last-child:after {
    display: none;
}

div#CRlogin ul li:after {
    content: '';
    width: 1px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #ffffff;
    opacity: 0.8;
}

.top_right_header {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

div#CRlogin {
    margin-right: 20px;
}

.group_header_se {
    width: 200px;
    height: 30px;
    position: relative;
}

.group_header_se input::placeholder {
    color: #333333;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
}

.group_header_se button#search_btn i {
    font-size: 11px;
    color: #fff;
}

.box_link {
    width: 100%;
    height: 100%;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
}

.group_header_se button#search_btn {
    box-shadow: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    height: 100%;
    border: none;
    background-color: rgba(225,185,79,1);
    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;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    width: 30px;
}

.group_header_se input:focus,.group_header_se input:hover {
    background-color: #ffffff;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.group_header_se input {
    background-color: rgba(255,255,255,0.5);
    color: #333333;
    font-size: 13px;
    font-weight: 400;
    /*line-height: 40px;*/
    padding: 0px 40px 0px 10px;
    box-shadow: none!important;
    border: none!important;
    width: 100%;
    height: 30px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.group_header_se input:-moz-placeholder {
    height: 30px!important;
    line-height: 30px!important;
    vertical-align: middle;
}

.group_header_se input::-moz-placeholder {
    height: 30px!important;
    line-height: 30px!important;
    vertical-align: middle;
}

.group_header_se input:-ms-input-placeholder {
    height: 30px!important;
    line-height: 30px!important;
    vertical-align: middle;
}

.group_header_se:hover button#search_btn,.group_header_se:hover input {
    /*background-color: #fff;*/
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.top_header .container .row {
    position: relative;
}

div#CRhotline {
    z-index: 2;
    position: relative;
    height: 100%;
}

#CRnav .CRdefMenu.menu-item-has-children ul.sub-menu .menu-item-has-children {
    position: relative;
}

#CRnav #mn_desk .CRdefMenu.menu-item-has-children ul.sub-menu .menu-item-has-children:hover>ul.sub-menu {
    visibility: visible;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    opacity: 1;
    pointer-events: auto;
    left: -50%;
}

#CRnav #mn_desk .CRdefMenu.menu-item-has-children ul.sub-menu .menu-item-has-children ul.sub-menu:before {
    top: 0!important;
}

#CRnav #mn_desk .CRdefMenu.menu-item-has-children ul.sub-menu .menu-item-has-children ul.sub-menu li {
    padding-top: 0!important;
}

#CRnav #mn_desk .CRdefMenu.menu-item-has-children ul.sub-menu .menu-item-has-children ul.sub-menu {
    visibility: hidden;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    opacity: 0;
    right: unset;
    left: 50%;
    top: 0;
    z-index: -1;
    padding: 0;
    height: auto;
}

div#CRnav div#mn_desk ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 52px;
    margin-top: 25px;
}

div#CRnav ul {
    margin: 0 -18px;
}

div#CRnav ul li {
    padding: 0 15px;
    cursor: pointer;
}

div#CRnav ul li a:hover {
    color: rgba(225,185,79,1);
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

div#CRnav ul li a {
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
}

.main_header {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 0 0 17px;
    position: relative;
    width: 100%!important;
    z-index: 999999999;
    background-image: linear-gradient(-266deg,#001953 0%,#062365 100%);
}

.fixed_header .main_header {
    background-color: #0e4c75;
    left: 0;
    right: 0;
    box-shadow: 0 0 46px rgba(0,0,0,0.29);
}

div#CRgroup_head {
    background: #fff;
    width: 100%!important;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

/*Footer*/
footer .footer-link li.active a {
    color: rgba(225,185,79,1)!important;
    font-weight: 700;
}

footer {
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    font-size: 14px;
}

footer a:hover {
    color: rgba(225,185,79,1)!important;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

footer a:hover {
    color: #ffffff!important;
}

footer h4,footer i,footer p,footer a {
    color: #ffffff;
    line-height: normal;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

footer .CRlist_social a {
    background: #fff;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.footer-title {
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 10px;
}

.footer-title:before {
    content: '';
    background-color: #ffffff;
    opacity: 0.2;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
}

.footer_top .CRcont_nav_mobile {
}

.CRlist_office_center ul li:last-child,footer .footer-link li:last-child {
    margin-bottom: 0;
}

.CRlist_office_center .address .label {
    flex-shrink: 0;
    margin-right: 3px;
}

.CRlist_office_center .hotline span {
    display: inline-block;
    margin-right: 3px;
}

.CRlist_office_center .address .text {
    flex: 1;
    color: #fff;
    line-height: 30px;
}

.CRlist_office_center ul li,footer .footer-link li {
    margin-bottom: 5px!important;
}

footer li a {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

footer .lg_ft {
    margin-bottom: 20px;
}

.ft_mn_right .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.ft_mn_right .content .item {
    width: 32%;
    padding: 0 15px;
}

.ft_mn_right .content .item:last-child {
    width: 36%;
}

.CRlist_office_center ul li a,.CRlist_office_center ul li p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 25px;
    word-break: break-all;
}

footer li a:hover {
    color: rgba(225,185,79,1)!important;
}

.CRlist_office_center ul li i {
    min-width: 15px;
    margin-right: 10px;
}

.CRlist_office_center ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 0;
}

.CRlist_social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -5px;
}

.CRlist_social ul li {
    padding: 0 5px;
}

.CRlicense ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -10px;
}

.CRlicense ul li {
    padding: 0 10px;
}

.CRlicense {
    margin: 20px 0 0 0;
}

.CRlicense ul li img {
    height: 55px;
    width: auto;
}

.footer_bottom .container {
    position: relative;
}

.footer_bottom .CRcont_nav_mobile {
    position: absolute;
    bottom: 0;
    right: 0;
}

footer .CRlist_social a i {
    color: #092a6f;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

footer .CRlist_social a:hover {
    transform: scale(1.05);
}

.CRlist_web h4 {
    margin-bottom: 30px;
    color: rgba(230,230,230,0.5);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.CRlist_web ul li {
    padding: 0 15px;
}

.CRlist_web ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.CRlist_web ul li img {
    width: auto;
    height: 45px;
}

div#CRmap_footer {
    height: 160px!important;
}

.footer_bottom {
    position: relative;
    padding: 0 0 40px;
}

.footer_bottom::after {
    content: '';
    display: block;
    width: 100%;
    height: 15px;
    background-image: linear-gradient(to top,rgba(225,185,79,1) 0%,#cfa372 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.copyright {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    opacity: 0.8;
    line-height: normal;
    text-transform: uppercase;
}

.footer_top {
    padding: 50px 0;
}

.CRmap_ft {
    padding: 20px 0 0;
}

.CRstyle_title {
    position: relative;
    color: #333333;
    font-size: 25px !important;
    font-weight: 700;
    text-transform: uppercase;
    line-height: normal;
    text-align: center;
    margin: 0 0 0 0;
    padding: 0;
}

a.btn-style.dark {
    color: #082340;
    border-color: #082340;
}

a.btn-style.white {
    color: #fff;
    border-color: #fff;
}

a.btn-style:hover {
    background-color: rgba(166,102,36,0.5);
    color: #fff;
    border-color: #ab6a26;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

a.btn-style {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    width: 176px;
    height: 40px;
    border: 1px solid;
    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;
    margin: 0 auto;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

/** Home **/
section#CRintro_home {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
}

.CRico_intro_home p {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    margin: 20px 0 0 0;
}

.CRico_intro_home img {
    width: auto;
    height: 67px;
    max-width: 100%;
    object-fit: contain;
}

#CRicos_intro_home {
    margin: 65px -30px -30px;
}

.CRico_intro_home {
    text-align: center;
    padding: 30px;
}

#CRlist_logo_partner_home .slick-list .slick-slide>div {
    display: flex;
    align-items: center;
}

.CRitem_partner_home img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.CRitem_partner_home {
    height: 100px;
    border: 1px solid transparent;
    background-color: transparent;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    width: 100%;
    overflow: hidden;
}

#CRintro_page #CRartner_home .container {
    padding-bottom: 90px;
    border-bottom: 1px solid #e1e1e1;
}

#CRlist_logo_partner_home {
    margin: 0 -10px 0 -10px;
}

.CRgroup_item_partner_home {
    padding: 0 10px;
    outline: none!important;
    cursor: grab;
}

.CRgroup_item_partner_home {
    padding: 0 10px;
    outline: none!important;
    cursor: grab;
}

section#CRpartner_home {
    padding: 15px 0;
}

.CRitem_collection img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.CRitem_collection {
    height: 350px;
    position: relative;
    overflow: hidden;
}

.CRitem_collection:hover:after {
    bottom: 0;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -ms-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
}

.CRitem_collection:after {
    content: '';
    opacity: 1;
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 100%;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -ms-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
}

.CRitem_collection a {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.CRitem_collection .content h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
    height: 48px;
    background-color: rgba(225,185,79,1);
    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;
    min-width: 250px;
    max-width: 100%;
    padding: 0 20px;
}

.CRitem_collection .content {
    position: absolute;
    bottom: -100%;
    left: 50%;
    -webkit-transform: translate(-50%,50%);
    -ms-transform: translate(-50%,50%);
    transform: translate(-50%,50%);
    text-align: center;
    z-index: 1;
    width: 100%;
    padding: 0 20px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRitem_collection:hover .content {
    bottom: 50%;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

div#CRlist_collection_home .customm_arrow i {
    font-size: 35px;
}

#CRlist_collection_home {
    margin: -10px;
    padding: 40px 0 0 0;
}

.CRgroup_item_collection {
    padding: 10px;
}

section#CRcollection_home {
    padding: 10px 0 30px 0;
}

section#CRaform_reg_home {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px 0 11px 0;
}

.CRgroup_left_form_home h4 {
    color: #1d1d1d;
    font-size: 23px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

.CRgroup_left_form_home p {
    color: #1d1d1d;
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
}

.CRform_shortcode_home label {
    display: none;
}

.CRform_shortcode_home input::placeholder {
    color: #ffffff;
    font-size: 19px;
    font-weight: 400;
    line-height: normal;
}

.CRform_shortcode_home .form_reg_home.form_def ul {
    margin: 0 -5px;
}

.CRform_shortcode_home .form_reg_home.form_def ul li {
    padding: 0 5px;
}

.CRform_shortcode_home input {
    width: 100%;
    height: 40px;
    background-color: rgb(51 51 51 / 0.4);
    color: #000;
    font-size: 19px;
    font-weight: 400;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    border: 1px solid transparent;
}

.CRform_shortcode_home {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.CRform_shortcode_home .form_reg_home.form_def li:first-child {
    width: 75%;
}

.CRform_shortcode_home .form_reg_home.form_def li {
    width: 25%;
}

.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output {
    display: none!important;
}

.form_reg_home.form_def ul {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

li.def-form-field:first-child {
    width: 560px;
}

.custom_submit_form_reg_home.gr-def-form-field input {
    border: none!important;
    -webkit-box-shadow: none;
    box-shadow: none;
    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;
    width: 148px;
    height: 40px;
    background-color: #1d1d1d!important;
    color: #fffefe;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding: 0;
}

.custom_submit_form_reg_home.gr-def-form-field:hover input {
    background-color: #a8792c;
    border: 1px solid #fbe7a3;
}

.CRitem_banner_home {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 120px 0;
    outline: none;
    position: relative;
    cursor: pointer;
    height: 700px!important;
}

.CRcont_item_banner_home {
    width: 500px;
    text-align: left;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.CRcont_item_banner_home h1 {
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    color: #ffffff;
    font-size: 45px;
    font-weight: 700;
}

.CRcont_item_banner_home p {
    line-height: 30px;
    margin: 20px 0 0;
    position: relative;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
}

section#CRbanner_home {
    position: relative;
    margin: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #393939;
    max-height: 800px;
    overflow: hidden;
}

section#CRbanner_home .customm_arrow.right {
    right: 100px;
}

section#CRbanner_home .customm_arrow.left {
    left: 100px;
}

section#CRbanner_home .customm_arrow {
    z-index: 2;
    cursor: pointer;
    display: none;
}

section#CRbanner_home .customm_arrow i {
    color: #fff;
    font-size: 70px;
}

section#CRbanner_home .slick-dots {
    position: absolute;
    bottom: 45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

@keyframes Slick-FastSwipeIn {
    0% {
        transform: rotate3d(0,1,0,150deg) scale(0) perspective(400px);
    }

    100% {
        transform: rotate3d(0,1,0,0deg) scale(1) perspective(400px);
    }
}

@-webkit-keyframes ProgressDots {
    from {
        width: 0px;
    }

    to {
        width: 100%;
    }
}

@keyframes ProgressDots {
    from {
        width: 0px;
    }

    to {
        width: 100%;
    }
}

section#CRfeel_home {
    background-color: #e3e3e3;
    padding-bottom: 80px;
}

section#CRfeel_home .CRstyle_title:after {
    content: url(../images/line_title_partner.png);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

.CRgr_item_feel_home_nav,.CRgr_item_feel_home_for {
    outline: none;
    cursor: pointer;
}

.CRitem_feel_home_for {
    width: 840px;
    margin: 0 auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.CRitem_feel_home_for .ico {
    padding-bottom: 30px;
}

.CRitem_feel_home_for .title {
    width: 100%;
}

.CRitem_feel_home_for .title p,.CRitem_feel_home_for .title h4 {
    color: #333333;
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.CRitem_feel_home_for .position {
    margin-top: 23px;
}

.CRitem_feel_home_for .position p {
    color: rgba(166,166,166,0.8);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.CRitem_feel_home_for .cont {
    margin-bottom: 34px;
}

.CRitem_feel_home_for .cont p {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

#CRfeel_home .customm_arrow.right {
    right: 15px;
}

#CRfeel_home .customm_arrow.left {
    left: 15px;
}

#CRfeel_home .customm_arrow {
    cursor: pointer;
    z-index: 2;
}

#CRfeel_home .customm_arrow i {
    color: #333333;
    font-size: 35px;
}

div#CRlist_feel_home_nav {
    width: 170px;
    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;
    margin: 25px auto 0 auto;
}

.CRitem_feel_home_nav img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.CRitem_feel_home_nav {
    height: 70px!important;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#CRlist_feel_home_for {
    margin-bottom: 0;
}

div#CRlist_feel_home_for ul.slick-dots {
    position: initial;
    margin-top: 15px;
}

.CRitem_feel_home_nav .gr_img {
    width: 50px!important;
    height: 50px!important;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #ab7d30;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRgr_item_feel_home_nav.slick-slide.slick-current.slick-active.slick-center .CRitem_feel_home_nav .gr_img {
    width: 70px!important;
    height: 70px!important;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    border: 2px solid #ab7d30;
}

.CRgr_item_feel_home_nav.slick-slide.slick-current.slick-active.slick-center {
    width: 70px!important;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRgr_item_feel_home_nav {
    width: 50px!important;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

div#CRlist_feel_home_for .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0;
    padding: 0;
}

div#CRlist_feel_home_for .slick-dots li button {
    width: 15px;
    height: 15px;
    padding: 0;
}

div#CRlist_feel_home_for .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #a37224;
}

div#CRlist_feel_home_for .slick-dots li button:before {
    opacity: 0.5;
    color: #a37224;
    width: 15px;
    height: 15px;
}

section#CRlist_pd_home {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 95px 0 120px 0;
}

section#CRlist_pd_home .CRstyle_title {
    color: #ffffff;
}

section#CRlist_pd_home .CRstyle_title:after {
    content: url(../images/line_title_pd_sec.png);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

#CRlist_pd_home .customm_arrow {
    cursor: pointer;
    z-index: 2;
}

#CRlist_pd_home .customm_arrow i {
    color: #fff;
    font-size: 35px;
}

section#CRlist_pd_home a.btn-style.btn_hook {
    margin-top: 50px;
}

/** Item product **/
.CRgr_item_pd .pd_view img {
    width: auto;
    height: auto;
    object-fit: contain;
    max-width: 80%;
    max-height: 80%;
}

.CRgr_item_pd .pd_view {
    height: 330px;
    position: relative;
    overflow: hidden;
    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;
}

.CRgr_item_pd .pd_content {
    padding: 20px;
    position: relative;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    background: white;
}

.CRgr_item_pd .pd_content .product_name {
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    color: #666666;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 63px;
    max-height: 63px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    margin: 0;
}

.CRgr_item_pd .pd_content .price.product_price_after {
    padding-top: 15px;
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.CRgr_item_pd span.woocommerce-Price-currencySymbol {
    margin-left: 5px;
}

.CRgr_item_pd .pd_content .price.product_price_after span {
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
}

.CRgr_item_pd .pd_content .price.product_price_after del,.CRgr_item_pd .pd_content .price.product_price_after ins {
    padding: 0 5px;
}

.CRgr_item_pd .pd_content .price.product_price_after del {
    text-decoration-color: #333333;
    width: max-content;
}

.CRgr_item_pd .pd_content .price.product_price_after del span {
    font-weight: 400!important;
}

.CRgr_item_pd .pd_content .price.product_price_after del span {
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
}

.CRgr_item_pd .pd_content .price.product_price_after ins {
    text-decoration: none!important;
}

.CRlist_product {
    margin: 0 -10px;
}

.CRitem_product {
    padding: 10px;
}

/** Intro **/
#CRbrand_intro .content img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

#CRbrand_intro .CRcont_brand {
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    padding: 0 50px 0 0;
}

#CRbrand_intro .CRcont_brand b {
    font-weight: 700;
}

#CRinfo_brand_intro .CRstyle_title {
    color: #000000;
}

#CRinfo_brand_intro .CRstyle_title:after {
    background-color: #000000!important;
}

#CRinfo_brand_intro #CRinfo_intro {
    padding-bottom: 100px;
}

#CRinfo_brand_intro {
    padding: 100px 0 120px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#CRinfo_intro .content img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

#CRinfo_intro .CRcont_info h2,#CRinfo_intro .CRcont_info h3,#CRinfo_intro .CRcont_info h4,#CRinfo_intro .CRcont_info ul li,#CRinfo_intro .CRcont_info p {
    color: #000000;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}

#CRinfo_intro .CRcont_info {
    padding-left: 30px;
}

#CRinfo_intro .CRcont_info ul {
    margin: 10px 0;
    list-style-type: disc;
    list-style-position: inside;
}

section#CRhistory_vision_intro {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 70px 0 0 0;
}

section#CRhistory_intro {
    padding-bottom: 90px;
}

section#CRhistory_intro .CRcont_his {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    width: 83%;
    margin: 0 auto;
}

section#CRvision_intro:after {
    opacity: 1;
    content: '';
    background-color: white;
    height: 145px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

section#CRvision_intro {
    position: relative;
    padding-bottom: 0;
}

section#CRvision_intro .container {
    z-index: 2;
    position: relative;
}

#CRlist_vision .CRgr_item_vision {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 20px 60px;
}

div#CRlist_vision {
    margin: 0 -10px;
}

.CRcol_item_vision {
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.left.CRcol_item_vision {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -7px 0;
}

.left.CRcol_item_vision .CRitem_vision {
    width: 100%;
    padding: 7px 0;
    height: 300px;
}

.left.CRcol_item_vision .CRitem_vision .CRgr_item_vision,.right.CRcol_item_vision .CRitem_vision,.right.CRcol_item_vision .CRitem_vision .CRgr_item_vision {
    height: 100%;
    width: 100%;
}

#CRlist_vision .CRgr_item_vision .CRcont_item_vision {
    z-index: 3;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    top: 50%;
    left: 60px;
    right: 60px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#CRlist_vision .CRgr_item_vision .CRcont_item_vision img {
    margin: 0 auto;
    height: 70px;
    width: auto;
}

#CRlist_vision .CRgr_item_vision .CRcont_item_vision h4 {
    color: #cea428;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    margin: 0;
}

#CRlist_vision .CRgr_item_vision .CRcont_item_vision .content {
    color: #ffffff;
    font-weight: 400;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    padding-right: 3px;
}

.left .CRcont_item_vision h4,.right .CRcont_item_vision .content {
    margin-top: 30px!important;
}

.right .CRcont_item_vision h4,.left .CRcont_item_vision .content {
    margin-top: 20px!important;
}

.left .CRcont_item_vision h4 {
    font-size: 16px;
}

.right .CRcont_item_vision h4 {
    font-size: 20px;
    margin-top: 30px!important;
}

.left .CRcont_item_vision .content {
    max-height: 72px;
    overflow-y: auto;
}

.right .CRcont_item_vision .content {
    max-height: 265px;
    overflow-y: auto;
}

.CRitem_personnel .des::-webkit-scrollbar-track,.CRcont_item_vision .content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #fff;
}

.CRitem_personnel .des::-webkit-scrollbar,.CRcont_item_vision .content::-webkit-scrollbar {
    width: 2.5px;
    background-color: rgba(40,40,40,0.8);
}

.CRitem_personnel .des::-webkit-scrollbar-thumb,.CRcont_item_vision .content::-webkit-scrollbar-thumb {
    background-color: rgba(225,185,79,1)!important;
}

div#CRintro_page section#CRartner_home {
    padding-top: 100px;
}

section#CRachievement_intro {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 100px 0 130px 0;
}

section#CRachievement_intro h4.CRstyle_title {
    color: #ffffff;
}

div#CRachievement_content img {
    width: 100%;
    height: auto;
}

div#CRachievement_content .CRachievement_cont {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

div#CRachievement_content {
    margin-top: 30px;
}

#CRintro_page #CRartner_home .CRitem_partner_home {
    border: 1px solid #e2e2e2;
    background-color: #fff;
    padding: 10px;
}

section#CRcertification_intro {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 90px 0 40px 0;
}

.CRitem_certification {
    cursor: pointer;
}

.CRgroup_item_personnel.slick-slide.slick-current.slick-active .CRitem_certification .img_personnel,.CRitem_certification:hover .img_personnel {
    height: 328px;
}

.CRgroup_item_personnel.slick-slide.slick-current.slick-active .CRitem_certification .des,.CRgroup_item_personnel.slick-slide.slick-current.slick-active .CRitem_certification .img_personnel:after,.CRgroup_item_personnel.slick-slide.slick-current.slick-active .CRitem_certification .img_personnel,.CRitem_certification:hover .des,.CRitem_certification:hover .img_personnel,.CRitem_certification:hover .img_personnel:after {
    opacity: 1;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRitem_certification .img_personnel:after {
    content: url("../images/shadow_item.png");
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -10px;
    opacity: 0;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRitem_certification .img_personnel {
    height: 284px;
    text-align: center;
    position: relative;
    padding-bottom: 40px;
    opacity: 1;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRitem_certification .img_personnel img {
    max-width: 100%;
    width: auto;
    height: 100%;
    margin: 0 auto;
}

.CRitem_certification {
    min-height: 404px;
    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;
}

.CRitem_certification .des {
    color: #333333;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 20px;
    opacity: 1;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 60px;
    height: 60px;
}

div#CRlist_certification_intro {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section#CRcertification_intro .customm_arrow {
    top: 35%;
}

section#CRworkshop_intro {
    padding: 80px 0 100px 0;
    background-color: #f5f5f5;
}

section#CRworkshop_intro .CRcont_workshop {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    width: 85%;
    margin: 0 auto;
}

div#CRlist_workshop_intro {
    margin: 40px -10px 0 -10px;
}

.CRgroup_item_workshop {
    padding: 0 10px;
}

div#CRlist_workshop_intro .img_workshop img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

div#CRlist_workshop_intro .img_workshop {
    height: 500px;
    cursor: pointer;
}

.CRlist_cont_workshop .item .content .cont {
    width: 85%;
    padding-left: 5px;
}

.CRlist_cont_workshop .item .content .ico {
    width: 15%;
}

.CRlist_cont_workshop .item .content .ico img {
    width: auto;
    height: 30px;
    object-fit: contain;
    max-width: 100%;
}

.CRlist_cont_workshop .item:last-child:after {
    display: none;
}

.CRlist_cont_workshop .item:after {
    content: '';
    width: 1px;
    height: 30px;
    background: #999999;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.CRlist_cont_workshop .item {
    width: 25%;
    padding: 0 15px;
    position: relative;
}

.CRlist_cont_workshop .item .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.CRlist_cont_workshop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.CRlist_cont_workshop .item .content p {
    margin: 0;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

/*Service*/
section#CRdefault_service .CRstyle_title:after {
    content: url(../images/line_title_intro_page.png);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

.CRgroup_item_def_sv .images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.CRgroup_item_def_sv .images.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.CRgroup_item_def_sv .images.active img {
    width: 33.33%;
    padding: 0 10px;
}

.CRgroup_item_def_sv .images {
    height: 411px;
}

.CRgroup_item_def_sv:last-child {
    margin-bottom: 0;
}

.CRgroup_item_def_sv {
    padding: 0 10px;
    margin-bottom: 60px;
}

div#CRconts_default_service {
    margin: 20px -10px 0 -10px;
}

.CRgroup_item_def_sv .ico img {
    width: auto;
    height: 77px;
    margin: 0 auto;
    max-width: 100%;
    object-fit: cover;
}

.CRgroup_item_def_sv .ico {
    margin: 35px auto 0 auto;
    text-align: center;
    max-width: 77px;
}

.CRgroup_item_def_sv h4 {
    position: relative;
    color: #082340;
    font-size: 35px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 25px;
    margin: 30px 0 10px 0;
    overflow: hidden;
}

.CRgroup_item_def_sv h4:after {
    content: url(../images/line_item_sv.png);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

.CRgroup_item_def_sv .des {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

section#CRdefault_service {
    padding: 15px 0 100px 0;
}

div#CRdefault_service_page li.prarent.list_br {
    pointer-events: none;
}

/*Contact*/
.CRconts_contact .logo_ct,.CRconts_contact ul {
    position: relative;
    z-index: 4;
}

section#CRcontact .row {
    margin: 0;
    box-shadow: 0 3px 15px rgba(0,0,0,0.1);
}

.CRcol_contact {
    padding: 0;
}

.CRconts_contact {
    background-image: linear-gradient(to right,#d5a26f 0%,#302f2e 100%);
    padding: 100px 70px 130px 70px;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.CRconts_contact .logo_ct img {
    max-width: 100%;
    width: auto;
    height: 100px;
    margin: 0 auto;
}

.CRconts_contact .logo_ct {
    text-align: center;
    margin-bottom: 40px;
}

.CRconts_contact .title {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 30px;
}

.CRconts_contact ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 20px;
}

.CRconts_contact ul li:last-child {
    margin-bottom: 0;
}

.CRconts_contact ul li i {
    color: #ffffff;
    padding-right: 15px;
}

.CRconts_contact ul li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    line-height: 24px;
}

.CRform_contact {
    height: 100%;
    padding: 55px;
}

.CRform_contact .form_ct h4 {
    color: #333333;
    font-size: 26px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    text-align: center;
}

.CRform_contact .form_ct p {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 40px 0;
    text-align: center;
}

.CRform_contact .form_ct ul li {
    width: 100%;
}

.CRform_contact .form_ct ul li label {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    margin: 0 0 0 0;
}

.CRform_contact .form_ct ul li input::placeholder {
    color: transparent;
}

.CRform_contact .form_ct ul li .wpcf7-not-valid {
    border-bottom: 1px solid red!important;
    color: red!important;
}

.CRform_contact .form_ct ul li input {
    height: 30px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(163,114,36,0.2)!important;
    width: 100%;
    box-shadow: none;
    outline: none;
    border: none;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.CRform_contact .form_ct ul li {
    margin-bottom: 25px;
}

.CRform_contact .form_ct ul li:last-child {
    margin: 35px 0 0 0!important;
}

.CRform_contact .form_ct ul li textarea {
    box-shadow: none;
    outline: none;
    border: 1px solid #e1e1e1;
    padding: 10px 5px;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-top: 20px;
    width: 100%;
    height: 106px;
}

.CRform_contact .gr-def-form-btn {
    text-align: center;
}

.CRform_contact .gr-def-form-btn input:hover {
    background-color: #333333;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRform_contact .gr-def-form-btn input {
    color: #fff!important;
    width: 176px!important;
    height: 40px!important;
    background-color: rgba(225,185,79,1);
    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;
    margin: 0 auto;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    font-weight: 700!important;
    text-transform: uppercase;
}

.CRform_contact .gr-def-form-btn span.ajax-loader {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 45px;
    margin: 0;
}

section#CRcontact {
    padding: 90px 0;
}

section#CRlist_store_contact ul {
    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;
    margin: 0 -40px;
}

section#CRlist_store_contact ul li.active a {
    pointer-events: none;
}

section#CRlist_store_contact ul li:hover a,section#CRlist_store_contact ul li.active a {
    color: #a37224;
}

section#CRlist_store_contact ul li h1,section#CRlist_store_contact ul li h2 {
    margin: 0;
}

section#CRlist_store_contact ul li a {
    color: #082340;
    font-size: 55px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}

section#CRlist_store_contact ul li {
    position: relative;
    padding: 0 40px;
}

section#CRlist_store_contact ul li:last-child:after {
    display: none;
}

section#CRlist_store_contact ul li:after {
    position: absolute;
    width: 1px;
    top: 58%;
    -webkit-transform: translateY(-58%);
    -ms-transform: translateY(-58%);
    transform: translateY(-58%);
    background-color: #333333;
    right: 0;
    content: '';
    height: 40px;
}

section#CRlist_store_contact {
    margin-top: 30px;
}

section#CRstore {
    padding: 90px 0 80px 0;
}

section#CRstore #CRstore_cont {
    box-shadow: -2px 2px 20px 1px rgba(0,0,0,0.1);
    background-color: #ffffff;
    margin: 0;
}

section#CRstore .store_center,section#CRstore .store_left,section#CRstore .store_right {
    padding: 0;
}

div#filter_store {
    position: relative;
    background-color: #3f3f3f;
    padding: 30px;
    overflow: hidden;
}

div#filter_store select {
    background-color: rgba(255,255,255,0.5);
    height: 40px;
    border: none!important;
    box-shadow: none!important;
    outline: none!important;
    cursor: pointer;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    padding: 0 10px;
    width: 100%;
}

form#form_filter_store {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    margin: 0 -5px;
}

.CRbtn_filter_store button {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    width: 151px;
    height: 40px;
    background-color: rgba(225,185,79,1);
    border: none;
    box-shadow: none;
    outline: none;
    cursor: pointer;
}

.CRfilter_store {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.CRfilter_store,.CRbtn_filter_store {
    padding: 0 5px;
}

.CRfilter_store {
    margin: 0 -5px;
}

.CRfilter_store .CRgr_select {
    width: 33.33%;
    padding: 0 5px;
}

.box_list_store {
    position: relative;
    height: 100%;
}

.box_list_store h4.empt_pd {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #a37224;
    font-size: 25px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

div#CRgallery_store h4 {
    color: #333333;
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}

div#CRlist_gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 35px -10px 0 -10px;
}

div#CRlist_gallery .item_gallery img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

div#CRlist_gallery .item_gallery {
    padding: 10px;
    width: 58.333333%;
    height: 468px;
}

div#CRlist_gallery .item_gallery:nth-child(2),div#CRlist_gallery .item_gallery:nth-child(3) {
    width: 41.666667%;
}

div#CRgallery_store {
    margin-top: 70px;
}

.item_store {
    position: relative;
    padding: 20px 40px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    border-bottom: 1px solid rgba(27,58,106,0.2);
    direction: ltr;
}

.item_store.active:after,.item_store:hover:after {
    bottom: 0;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.item_store:after {
    content: '';
    background-color: #3f3f3f;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 100%;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.item_cont_store {
    position: relative;
    z-index: 1;
}

.item_store.active h4,.item_store.active p,.item_store.active a.phone,.item_store.active i,.item_store:hover h4,.item_store:hover p,.item_store:hover a.phone,.item_store:hover i {
    color: #ffffff!important;
    border-color: transparent;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.item_store:hover a.phone:hover {
    color: rgba(225,185,79,1)!important;
}

.item_store:last-child {
    border-bottom: none;
}

.item_cont_store h4 {
    color: #666666;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 10px 0;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.item_cont_store p,.item_cont_store a.phone {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.item_cont_store a.phone {
    width: max-content;
}

.item_cont_store i {
    color: rgba(225,185,79,1);
    padding-right: 15px;
}

div#location_map,div#map_store {
    height: 100%;
}

div#list_store {
    overflow-y: auto;
    height: 644px;
    direction: rtl;
}

div#list_store::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #fff;
}

div#list_store::-webkit-scrollbar {
    width: 2px;
    background-color: rgba(40,40,40,0.8);
}

div#list_store::-webkit-scrollbar-thumb {
    background-color: rgba(225,185,79,1)!important;
}

.click_map {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
}

.item_store .phone {
    z-index: 5;
    position: relative;
}

.item_cont_store a.phone:hover {
    color: #a37224!important;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.item_cont_store p {
    min-height: 60px;
}

/*FAQs*/
.CRfaqs_content_left .img img {
    width: 100%;
    height: auto;
}

.CRfaqs_content_right {
    padding-left: 65px;
}

.terms_faqs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -10px;
}

.terms_faqs ul li {
    width: 25%;
    padding: 0 10px;
}

.terms_faqs ul li.active .term_faqs:after,.term_faqs:hover:after {
    bottom: 0;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.term_faqs:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 100%;
    background-color: #333333;
    background-image: -o-linear-gradient(5deg,#a37224 0%,#ffeda9 100%);
    background-image: linear-gradient(85deg,#a37224 0%,#ffeda9 100%);
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    z-index: 0;
}

.term_faqs {
    position: relative;
    border-radius: 4px;
    border: 1px solid #d0d0d0;
    background-color: #ffffff;
    padding: 15px 10px;
    text-align: center;
}

.terms_faqs ul li.active h4,.term_faqs:hover h4 {
    color: #ffffff;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.terms_faqs ul li h4 {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    width: 100%;
    margin: 10px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 44px;
    height: 44px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    z-index: 1;
    position: relative;
}

.terms_faqs ul li.active img,.term_faqs:hover img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.terms_faqs ul li img {
    width: auto;
    max-width: 100%;
    height: 35px;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    z-index: 1;
    position: relative;
}

.term_faqs a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.terms_faqs {
    margin-bottom: 40px;
}

#CRfaqs_content .myaccordion .card:first-child {
    border-top: 1px solid #e0e0e0!important;
}

#CRfaqs_content .myaccordion .card {
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    border-bottom: 1px solid #e0e0e0!important;
}

#CRfaqs_content .myaccordion .card,#CRfaqs_content .myaccordion .card:last-child .card-header {
    border: none;
}

#CRfaqs_content .myaccordion .card-header {
    border-bottom-color: #EDEFF0;
    background: transparent;
    padding: 0 0 0 0;
}

#CRfaqs_content .myaccordion .btn {
    width: 100%;
    color: #666666;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    background: none!important;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    padding: 25px 20px;
    white-space: normal;
    text-align: left;
    position: relative;
    text-decoration: none!important;
    -webkit-box-pack: normal!important;
    -ms-flex-pack: normal!important;
    justify-content: normal!important;
    text-transform: uppercase;
}

#CRfaqs_content .myaccordion .btn p {
    color: #999999;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding-right: 40px;
}

#CRfaqs_content .myaccordion .btn span {
    display: none;
}

#CRfaqs_content .myaccordion .card-body {
    padding: 30px 30px 30px 80px;
}

#CRfaqs_content .myaccordion .card-body p {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
}

#CRfaqs_content .card .card-header {
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

#CRfaqs_content .card.active .card-header {
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    background-color: #ffffff;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

#CRfaqs_content .card.active .card-body p,#CRfaqs_content .card.active .btn p,#CRfaqs_content .card.active .btn {
    color: #1c1c1c;
}

#list_support a.load_more_btn {
    color: #ffffff;
    font-size: 19px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    height: 55px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background-color: #333333;
    background-image: -o-linear-gradient(5deg,#a37224 0%,#ffeda9 100%);
    background-image: linear-gradient(85deg,#a37224 0%,#ffeda9 100%);
    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;
    padding: 0 34px;
    min-width: 161px;
}

div#list_support div#accordion {
    margin-bottom: 60px;
}

div#CRfaqs_content {
    margin-bottom: 100px;
}

div#list_support div#accordion .empty_pd {
    text-align: center;
}

div#list_support div#accordion .empty_pd h4 {
    color: #082340;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

section#CRfaqs_page .CRstyle_title:after {
    content: url(../images/line_title_faq.png);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

section#CRfaqs_page .CRstyle_title {
    padding-bottom: 25px;
}

/*Log Reg*/
.CRform_def_log_reg ul li {
    margin-bottom: 25px;
    position: relative;
}

.CRform_def_log_reg li label {
    width: 100%;
    max-width: 100%;
    color: #333333;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
}

.CRform_def_log_reg li input::placeholder {
    color: rgba(51,51,51,0.5);
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}

.CRform_def_log_reg input:focus,.CRform_def_log_reg select:focus,.CRform_def_log_reg input[type="text"]:focus,.CRform_def_log_reg input[type="number"]:focus,.CRform_def_log_reg input[type="email"]:focus,.CRform_def_log_reg input[type="search"]:focus,.CRform_def_log_reg input[type="password"]:focus,.CRform_def_log_reg input[type="tel"]:focus,.CRform_def_log_reg input[type="url"]:focus,.CRform_def_log_reg textarea:focus {
    box-shadow: 0 3px 15px rgba(0,0,0,0.2);
    border: 1px solid rgba(225,185,79,1);
    background-color: #f6f6f6;
    outline: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRform_def_log_reg li input {
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    padding: 20px;
    height: 50px;
    border: 1px solid #e1e1e1;
    background-color: #f6f6f6;
    outline: none;
    border-radius: 0;
    width: 100%;
    box-shadow: none;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

span.forgot_pass_link {
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}

span.forgot_pass_link a {
    color: rgba(225,185,79,1);
    padding-left: 5px;
    text-transform: lowercase;
}

section#CRform_def_log_reg {
    margin: 40px 0 100px 0;
}

section#CRform_def_log_reg h2 {
    color: #333333;
    font-size: 15px;
    font-weight: 700;
    line-height: 23px;
    margin: 0;
    text-align: center;
}

.login-cus form {
    width: 100%;
    margin: 40px auto 0 auto!important;
}

.login-cus {
    box-shadow: 0 5px 10px rgba(0,0,0,0.3);
    background-color: #f5f5f5;
    padding: 60px 30px 80px 90px;
}

body .CRform_def_log_reg button.btn_user-submit {
    color: #ffffff!important;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    height: 50px;
    background-color: rgba(225,185,79,1)!important;
    width: 100%;
    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;
    cursor: pointer;
    border: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    outline: none!important;
}

.CRform_right {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
}

.CRform_right .logo_web_ac {
    text-align: center;
}

.CRform_right .content {
    text-align: center;
}

.CRform_right .content h4 {
    color: #333333;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    margin: 45px 0;
}

.CRform_right .content a {
    width: 200px;
    height: 50px;
    background-color: rgba(225,185,79,1);
    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;
    color: #fffefe;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 auto;
}

.login_fb {
    margin: 10px 0;
}

.login_fb a {
    position: relative;
    background-color: rgba(63,91,159,0.95);
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    height: 50px;
    width: 100%;
    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;
}

.login_google a {
    position: relative;
    background-color: rgba(218,79,70,0.95);
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    height: 50px;
    width: 100%;
    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;
}

.login_fb i,.login_google i {
    position: absolute;
    left: 0;
    height: 50px;
    width: 50px;
    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;
    border-right: 1px solid #fff;
    font-size: 25px;
}

.CRform_def_log_reg li .check-gender input {
    margin: 10px 10px;
    position: initial!important;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.check-gender .checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    height: 15px;
    width: 15px;
    border: 2px solid #9d9fa2;
    background-color: #f5f5f5;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.check-gender input:checked~.checkmark:after {
    display: block;
}

.check-gender .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.check-gender .checkmark:after {
    top: 2px;
    left: 2px;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #9d9fa2;
}

li.res-field.reg_user_gender>label {
    margin-right: 27px;
    padding: 0;
    position: relative;
    box-shadow: none!important;
    width: auto;
    margin-bottom: 0;
}

input.form-check-input {
    display: none;
    margin: 0!important;
}

label.form-check-label.check-gender {
    padding-left: 20px!important;
    cursor: pointer;
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}

li.reg_user_gender.res-field {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

button#reg_account {
    width: 200px;
    margin-top: 40px;
}

/*recruitment*/
section#CRitems_slider_recruitment .CRstyle_title.CRtitle_line {
    color: #fff;
}

section#CRcontent_slider_recruitment {
    padding: 353px 0 200px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: relative;
    overflow: hidden;
}

section#CRcontent_slider_recruitment .container {
    z-index: 2;
    position: relative;
}

section#CRcontent_slider_recruitment:after {
    content: '';
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(20%,#09050221),color-stop(40%,rgb(9 5 2 / 81%)),to(#090502));
    background-image: -o-linear-gradient(top,#09050221 20%,rgb(9 5 2 / 81%) 40%,#090502 100%);
    background-image: linear-gradient(to bottom,#09050221 20%,rgb(9 5 2 / 81%) 40%,#090502 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    top: 35%;
}

section#CRcontent_slider_recruitment h4.CRstyle_title span {
    font-size: 25px;
    font-weight: 400;
}

section#CRcontent_slider_recruitment h4.CRstyle_title {
    color: #ffffff;
    text-align: left;
    font-size: 45px;
    text-transform: inherit;
}

section#CRcontent_slider_recruitment .CRcont {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 30px;
}

.CRstyle_title.CRtitle_line:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    width: 91px;
    height: 1px;
    background-color: #d69a0c;
}

section#CRintro_recruitment .CRstyle_title {
    color: #333333;
    font-size: 45px;
    font-weight: 700;
    line-height: 53px;
}

.CRstyle_title.CRtitle_line {
    margin-bottom: 35px;
    padding-bottom: 15px;
}

section#CRintro_recruitment {
    padding: 60px 0 40px 0;
}

section#CRintro_recruitment .CRcont_intro {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

section#CRintro_recruitment .CRstyle_title {
    text-transform: inherit;
}

.item_slider_recruitment .CRcontent {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.item_slider_recruitment .CRcontent:before {
    content: '';
    background-color: rgba(0,0,0,0.2);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.item_slider_recruitment .CRcontent:after {
    content: '';
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 1px;
    right: 1px;
    bottom: 100%;
    z-index: 1;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.item_slider_recruitment .CRcontent:hover:after {
    bottom: 0;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.item_slider_recruitment .CRcontent:hover:before {
    top: 100%;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.item_slider_recruitment .CRcontent:hover .content:before {
    background-color: #d69a0c;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.item_slider_recruitment .CRcontent .content:before {
    content: '';
    width: 5px;
    height: 25px;
    background-color: #d69a0c;
    position: absolute;
    top: 5px;
    left: -40px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.item_slider_recruitment .CRcontent .content {
    position: relative;
    z-index: 2;
}

.item_slider_recruitment .CRcontent {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    padding: 140px 40px 75px 40px;
    height: 454px;
}

.item_slider_recruitment .CRcontent:hover h4,.item_slider_recruitment .CRcontent:hover p {
    color: #333333;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.item_slider_recruitment .CRcontent h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 33px;
    margin: 0 0 28px 0;
    height: 33px;
    max-height: 33px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.item_slider_recruitment .CRcontent p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    max-height: 145px;
    overflow-y: auto;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    padding-right: 5px;
}

.item_slider_recruitment .CRcontent p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #fff;
}

.item_slider_recruitment .CRcontent p::-webkit-scrollbar {
    width: 2px;
    background-color: rgba(40,40,40,0.8);
}

.item_slider_recruitment .CRcontent p::-webkit-scrollbar-thumb {
    background-color: #a37224!important;
}

div#CRslider_recruitment .slick-list {
    border-radius: 10px;
}

div#CRslider_recruitment.deactivate {
    border-radius: 10px;
    overflow: hidden;
}

div#CRslider_recruitment {
    margin: 0;
    border-radius: 10px;
    background-color: transparent;
    box-shadow: 0 0 46px rgba(0,0,0,0.13);
}

.item_slider_recruitment {
    padding: 0;
}

section#CRitems_slider_recruitment {
    margin-top: -150px;
    position: relative;
    z-index: 3;
}

section#CRgr_slider_recruitment {
    margin-bottom: 90px;
}

div#CRhead_list_recruitment h4 {
    color: #333333;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}

.CRdef_recruitment ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.CRdef_recruitment ul li:nth-child(1) {
    width: 10%;
}

.CRdef_recruitment ul li:nth-child(2) {
    width: 20%;
}

.CRdef_recruitment ul li:last-child {
    border: none;
}

.CRdef_recruitment ul li {
    width: 17.5%;
    padding: 20px 40px;
    border-right: 1px solid #ebebeb;
}

div#CRhead_list_recruitment li {
    padding: 15px 5px;
}

.CRitem_recruitment .num_rec p {
    color: #b5b5b5;
    font-size: 45px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    text-align: center;
}

.CRitem_recruitment h4 {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.CRitem_recruitment .btn_rec a:hover {
    color: #ffffff;
    background-color: #d69a0c;
}

.CRitem_recruitment .btn_rec a {
    color: #d69a0c;
    font-size: 13px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 auto;
    width: 100%;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #d69a0c;
    background-color: #ffffff;
    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;
}

.CRitem_recruitment p {
    color: #333333;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    text-align: center;
}

div#CRload_recruitment li {
    min-height: 100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.CRitem_recruitment h4 {
    height: 40px;
    max-height: 40px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    text-align: left;
}

.CRitem_recruitment .address_rec p {
    height: 48px;
    max-height: 48px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 55%;
    line-height: 24px;
}

div#CRload_recruitment ul li {
    padding: 20px 30px;
}

section#CRrecruitment_table {
    margin-bottom: 70px;
}

/*single recruitment*/
section#CRsingle_recruit_top h1 {
    color: #333333;
    font-size: 25px;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 40px 0;
    border-bottom: 1px solid rgba(112,112,112,0.3);
    padding-bottom: 40px;
}

div#CRrecruit_bottom_cont,div#CRrecruit_top_cont {
    margin: 0;
}

div#CRsingle_recruit_page .bottom_cont_col,div#CRsingle_recruit_page .top_cont_col {
    padding: 0;
}

div#CRrecruit_top_cont .top_cont_col .content {
    background-color: #f7f7f7;
    padding: 40px 60px;
    height: 100%;
}

div#CRrecruit_top_cont .top_cont_col .content_down {
    background-image: linear-gradient(-186deg,#a37224 0%,#a37224 2%,#ffeda9 100%),linear-gradient(to left,#ff6a00 0%,#f38231 100%);
    padding: 30px;
    height: 100%;
}

div#CRrecruit_top_cont .top_cont_col .content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -7px;
}

div#CRrecruit_top_cont .top_cont_col .content ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    width: 50%;
    padding: 7px;
}

div#CRrecruit_top_cont .top_cont_col .content ul li p {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

div#CRrecruit_top_cont .top_cont_col .content ul li span img {
    padding-right: 10px;
    width: 22px;
    height: auto;
}

div#CRrecruit_top_cont .top_cont_col .content ul li span {
    width: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
}

div#CRrecruit_top_cont .top_cont_col .content ul li p {
    width: 65%;
}

section#CRsingle_recruit_top {
    margin: 60px 0 30px 0;
}

section#CRsingle_recruit_bottom .content_field .def_recruits {
    border-bottom: 1px solid rgba(112,112,112,0.3);
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

section#CRsingle_recruit_bottom .content_field .def_recruits:first-child {
    padding-top: 0;
}

section#CRsingle_recruit_bottom .content_field .def_recruits:last-child {
    border: none;
}

section#CRsingle_recruit_bottom .content_field .def_recruits h4.title_sub_cont_recruits {
    width: 35%;
    color: #ce940b;
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}

section#CRsingle_recruit_bottom .content_field .def_recruits .cont_def_recruits {
    width: 65%;
}

section#CRsingle_recruit_bottom .content_field .def_recruits .cont_def_recruits ul {
    padding-left: 15px;
}

section#CRsingle_recruit_bottom .content_field .def_recruits ul li:after {
    content: '';
    width: 3px;
    height: 3px;
    border: 1px solid #333333;
    position: absolute;
    top: 11px;
    left: -10px;
    border-radius: 50%;
    background: #333333;
}

div#CRrecruit_bottom_cont .content_field {
    padding-right: 100px;
}

section#CRsingle_recruit_bottom .content_field .def_recruits:nth-child(3) h4.title_sub_cont_recruits span {
    width: 50%;
    display: block;
}

section#CRsingle_recruit_bottom .def_ul_recruits ul li {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 5px;
}

#CRsingle_recruit_bottom {
    padding-bottom: 50px;
}

.def_sidebar_rec {
    background-color: #f7f7f7;
    padding: 35px;
    margin-bottom: 30px;
}

.def_sidebar_rec h4 {
    line-height: normal;
    margin-bottom: 20px;
    color: #ce950b;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.sidebar_list_rec.def_sidebar_rec .rec-item .title {
    color: #333333;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 7px;
}

.sidebar_list_rec.def_sidebar_rec .rec-item .date {
    color: #999999;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.sidebar_list_rec.def_sidebar_rec .rec-item {
    border-bottom: 1px solid rgba(183,183,183,0.3);
    margin-bottom: 25px;
    padding-bottom: 15px;
    position: relative;
}

.sidebar_list_rec.def_sidebar_rec .rec-item a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.sidebar_list_rec.def_sidebar_rec .rec-item:last-child {
    border: none;
    margin: 0;
    padding: 0;
}

.sidebar_list_rec.def_sidebar_rec {
    padding-bottom: 20px;
}

.sidebar_contact_rec.def_sidebar_rec ul li a {
    color: #333333;
    font-size: 15px;
    font-weight: 400;
}

.sidebar_contact_rec.def_sidebar_rec ul li {
    margin-bottom: 30px;
}

div#CRrecruit_top_cont .content_down ul li:nth-child(2),.sidebar_contact_rec.def_sidebar_rec ul li:last-child {
    margin-bottom: 0;
}

div#CRrecruit_top_cont .content_down h4 i {
    padding-right: 5px;
}

div#CRrecruit_top_cont .content_down ul li {
    margin-bottom: 30px;
}

div#CRrecruit_top_cont .content_down ul li:last-child {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #ffffff;
    padding: 20px 30px;
}

div#CRrecruit_top_cont .content_down ul li:nth-child(2) h4 {
    margin-bottom: 5px;
}

div#CRrecruit_top_cont .content_down h4 {
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

div#CRrecruit_top_cont .content_down p,div#CRrecruit_top_cont .content_down a {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding-left: 10px;
}

div#CRrecruit_top_cont .content_down ul li.down i {
    font-size: 30px;
    padding-right: 15px;
}

div#CRrecruit_top_cont .content_down ul li.down a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    padding-left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*customer*/
div#CRlist_customer {
    margin: 0 -10px;
}

.CRgroup_item_customer {
    padding: 0 10px;
}

#CRcustomer_page .CRstyle_title:after {
    content: url(../images/line_title_partner.png);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

.CRitem_banner_customer {
    padding: 164px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.CRitem_banner_customer h1 {
    color: #333333;
    font-size: 28px;
    line-height: 38px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px;
}

.CRitem_banner_customer p {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.CRitem_banner_customer .CRlogo_banner_customer {
    margin-bottom: 40px;
    text-align: center;
}

.CRitem_banner_customer .CRlogo_banner_customer img {
    width: auto;
    max-width: 100%;
    height: 59px;
    object-fit: cover;
    margin: 0 auto;
}

.CRcont_item_banner_customer {
    width: 55%;
    position: relative;
    z-index: 1;
}

section#CRbanner_customer {
    position: relative;
}

section#CRbanner_customer:after {
    position: absolute;
    content: url("../images/lg_banner_customer.png");
    right: 185px;
    bottom: 185px;
    opacity: 0.7;
    z-index: 1;
}

.CRitem_customer:after {
    content: url("../images/after_bg_cus.png");
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100%;
    z-index: 0;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRgroup_item_customer:hover .CRitem_customer h4,.CRgroup_item_customer.slick-active .CRitem_customer h4 {
    opacity: 1;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRgroup_item_customer:hover .CRitem_customer:after,.CRgroup_item_customer.slick-active .CRitem_customer:after {
    bottom: -5px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRgroup_item_customer:hover .CRitem_customer:before,.CRgroup_item_customer.slick-active .CRitem_customer:before {
    bottom: 100%;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRitem_customer:before {
    content: '';
    background-color: rgba(27,58,106,0.9);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRitem_customer {
    height: 632px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    width: 1000px;
    cursor: pointer;
}

section#CRcustomer_page {
    margin-bottom: 110px;
}

.CRitem_customer .cont {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 40px;
    z-index: 1;
    text-align: center;
}

.CRitem_customer h4 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
    margin: 0;
    opacity: 0;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

div#CRlist_customer .customm_arrow.right {
    right: 15%;
}

div#CRlist_customer .customm_arrow.left {
    left: 15%;
}

div#CRlist_customer .customm_arrow {
    z-index: 1;
}

div#CRlist_customer .customm_arrow i {
    font-size: 30px;
    color: #fff;
}

/*Advisory*/
.CRlist_item_advisory li:last-child {
    margin-bottom: 0;
}

.CRfix_gr_mode.CRread_mode .CRlist_item_advisory li:hover a {
    color: #ffffff;
    text-shadow: 0px 0px 0 #ffffff,0px 0px 0 #ffffff,0px 0px 0 #ffffff,0px 1px 0 #ffffff;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRlist_item_advisory li:hover a {
    color: #a37224;
    text-shadow: 0px 0px 0 #a37224,0px 0px 0 #a37224,0px 0px 0 #a37224,0px 1px 0 #a37224;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRlist_item_advisory li a {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRlist_item_advisory li {
    margin-bottom: 15px;
}

.CRlist_item_advisory .empty_pd h4 {
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.cont_tax_advisory .content p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #fff;
}

.cont_tax_advisory .content p::-webkit-scrollbar {
    width: 2px;
    background-color: rgba(40,40,40,0.8);
}

.cont_tax_advisory .content p::-webkit-scrollbar-thumb {
    background-color: #082340!important;
}

.CRlist_item_advisory ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #fff;
}

.CRlist_item_advisory ul::-webkit-scrollbar {
    width: 2px;
    background-color: rgba(40,40,40,0.8);
}

.CRlist_item_advisory ul::-webkit-scrollbar-thumb {
    background-color: #a37224!important;
}

.CRlist_item_advisory ul {
    max-height: 457px;
    overflow-y: auto;
    height: 100%;
    padding-right: 5px;
}

.CRcont_item_advisory {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.img_tax_advisory {
    width: 40%;
    height: 529px;
}

.cont_tax_advisory .content {
    position: relative;
    z-index: 1;
}

.img_tax_advisory img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.cont_tax_advisory .content h2 {
    color: #ffffff;
    font-size: 48px;
    font-weight: 400;
    line-height: 75px;
    text-transform: uppercase;
    margin: 0 0 25px 0;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.cont_tax_advisory .content p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24.58px;
    margin: 0;
    max-height: 192px;
    overflow-y: auto;
    padding-right: 5px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRfix_gr_mode.CRread_mode .cont_tax_advisory {
    background-color: #333333;
    background-image: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRfix_gr_mode.CRread_mode .CRcont_item_advisory {
    border: 1px solid #666666;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRfix_gr_mode.CRread_mode .cont_tax_advisory:after {
    opacity: 0.2;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRfix_gr_mode.CRread_mode .CRlist_item_advisory {
    background-color: #555555;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRfix_gr_mode.CRread_mode .CRlist_item_advisory .empty_pd h4 {
    color: #fff;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRfix_gr_mode.CRread_mode .CRlist_item_advisory li a {
    color: #fff;
}

.CRfix_gr_mode.CRread_mode .cont_tax_advisory:before {
    background-image: -o-linear-gradient(16deg,#333333 0%,#333333 100%);
    background-image: linear-gradient(74deg,#333333 0%,#333333 100%);
    background-color: #333333;
}

.CRfix_gr_mode.CRread_mode .CRcont_item_advisory:hover .cont_tax_advisory {
    background-color: transparent;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.cont_tax_advisory:before {
    content: '';
    background-image: -o-linear-gradient(16deg,rgba(255,237,169,0.59) 0%,rgba(163,114,36,0.59) 100%);
    background-image: linear-gradient(74deg,rgba(255,237,169,0.59) 0%,rgba(163,114,36,0.59) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #a37224;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.cont_tax_advisory {
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    padding: 80px 50px;
    position: relative;
    width: 60%;
    overflow: hidden;
}

.cont_tax_advisory:after {
    content: url(../images/ico_bg_advi.png);
    position: absolute;
    right: 0;
    bottom: -5px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    opacity: 1;
}

section#CRlist_advisory {
    padding: 80px 0;
    position: relative;
}

.CRlist_item_advisory {
    position: relative;
    background-color: #f2f2f2;
    height: 529px;
    padding: 35px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CR_item_advisory {
    margin: 0 -10px;
}

.CR_item_advisory .left,.CR_item_advisory .right {
    padding: 20px 10px;
}

#CRcontent_top_advisory .CRstyle_title:after {
    content: url(../images/line_title_partner.png);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

section#CRcontent_top_advisory .CRcont_banner_advisory .CRstyle_title {
    color: #ffffff;
}

section#CRcontent_top_advisory .CRcont_banner_advisory p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
    text-align: center;
}

section#CRcontent_top_advisory:before,section#CRcontent_top_advisory:after {
    content: '';
    background-color: rgba(8,35,64,0.9);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

section#CRcontent_top_advisory {
    position: relative;
    overflow: hidden;
}

.CRitem_banner_advisory:after {
    content: url("../images/bg_left_advi.png");
    position: absolute;
    left: 0;
    bottom: 0;
}

.CRitem_banner_advisory:before {
    content: url("../images/bg_right_advi.png");
    position: absolute;
    top: 0;
    right: 0;
}

.CRitem_banner_advisory {
    background-position: center;
    padding: 100px 0 150px 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

section#CRcontent_top_advisory .CRcont_banner_advisory {
    position: relative;
    z-index: 2;
    width: 93%;
    margin: 0 auto;
}

div#CRadvisory_page section#CRbreadcrumbs cite,div#CRadvisory_page section#CRbreadcrumbs .divider i {
    color: #fff!important;
}

div#CRadvisory_page section#CRbreadcrumbs {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
}

.CRcont_item_advisory {
    cursor: pointer;
    background-color: #ffeda9;
}

.CRcont_item_advisory:hover .cont_tax_advisory:before {
    top: 100%;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRcont_item_advisory:hover .cont_tax_advisory h2,.CRcont_item_advisory:hover .cont_tax_advisory p {
    color: #333333;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

#CRlist_advisory a.load_more_btn {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    height: 40px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background-color: #333333;
    background-image: -o-linear-gradient(5deg,#a37224 0%,#ffeda9 100%);
    background-image: linear-gradient(85deg,#a37224 0%,#ffeda9 100%);
    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;
    padding: 0 34px;
    min-width: 170px;
    margin: 28px auto 0;
}

/*Single*/
.CRfix_gr_mode.CRread_mode .CRdef_content_single strong,.CRfix_gr_mode.CRread_mode .CRdef_content_single h1,.CRfix_gr_mode.CRread_mode .CRdef_content_single h2,.CRfix_gr_mode.CRread_mode .CRdef_content_single h3,.CRfix_gr_mode.CRread_mode .CRdef_content_single h4,.CRfix_gr_mode.CRread_mode .CRdef_content_single a,.CRfix_gr_mode.CRread_mode .CRdef_content_single p,.CRfix_gr_mode.CRread_mode .CRdef_content_single ul,.CRfix_gr_mode.CRread_mode .CRdef_content_single li {
    color: #ffffff!important;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRdef_content_author .content .author_right h4 {
    color: #245692;
    font-size: 25px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.CRdef_content_author .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px;
}

.CRdef_content_author .content .author_right p {
    color: rgba(255,254,254,0.5);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 13px 0 20px 0;
}

.CRdef_content_author .content .author_right .des_author {
    color: #fffefe;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    max-height: 145px;
    overflow-y: auto;
    line-height: 20px;
    height: 145px;
    padding-right: 5px;
}

.CRdef_content_author .content .author_right ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -10px;
}

.CRdef_content_author .content .author_right ul li {
    padding: 0 10px;
}

.CRdef_content_author .content .author_right ul li a {
    width: 40px;
    height: 40px;
    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;
    color: rgba(225,185,79,1);
    border-radius: 50%;
    border: 2px solid rgba(225,185,79,1);
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
}

.CRdef_content_author .content .author_right ul li a:hover {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
}

.CRdef_content_author {
    padding: 30px;
    box-shadow: -8px 0 65px rgba(0,0,0,0.09);
    background-color: #333333;
}

.CRdef_content_author .content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    position: relative;
}

.CRdef_content_author .content .author_left {
    width: 30%;
    text-align: center;
}

.CRdef_content_author .content .author_left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.CRdef_content_author .content .author_right {
    width: 70%;
    padding-left: 60px;
}

.CRdef_content_author .content .author_right a.btn-style i {
    margin-left: 10px;
}

.CRdef_content_author .content .author_right a.btn-style {
    background-color: rgba(225,185,79,1);
    border: none;
    color: #fff;
    margin: 0 0 0 20px;
    border-radius: 21px;
    padding: 0 30px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

#CRpost_after {
    margin-top: 20px;
}

.CRdef_content_single .CRpost_meta p i {
    margin-right: 5px;
    color: rgba(225,185,79,1);
}

.CRdef_content_single .CRpost_meta {
    margin: 30px -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.CRdef_content_single .CRpost_meta p {
    padding: 0 20px;
    border: none
}

body.author nav.breadcrumb li:last-child {
    display: none;
}

.CRdef_content_single .CRpost_meta .author {
    margin: 0;
}

.CRdef_content_single .CRpost_meta .author a {
    color: #333333;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.CRdef_content_single .CRpost_title h1,.CRdef_content_single .CRpost_title h2 {
    color: #082340;
    font-size: 55px;
    font-weight: 400;
    line-height: 70px;
    margin: 0;
}

.CRdef_content_single .CRpost_cont .wp-caption {
    width: 100%!important;
    margin: 40px 0;
}

@media only screen and (min-width: 767px) {
    .CRdef_content_single .CRpost_cont .wp-caption {
        text-align:center;
    }

    .CRdef_content_single .CRpost_cont img {
        width: inherit!important;
        margin: 0 auto;
    }
}

.CRdef_content_single .CRpost_cont img {
    width: inherit!important;
    height: auto;
}

.CRdef_content_single .CRpost_cont .wp-caption .wp-caption-text {
    font-style: italic;
}

.CRdef_content_single .CRpost_cont .wp-caption-text {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin: 20px 0 0 0;
}

.CRdef_content_single .CRpost_cont a {
    color: rgba(225,185,79,1)!important;
}

.CRdef_content_single .CRpost_cont h1,.CRdef_content_single .CRpost_cont h2,.CRdef_content_single .CRpost_cont h3,.CRdef_content_single .CRpost_cont h4 {
    color: #333333;
    font-weight: 700;
    margin: 0 0 30px 0;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRdef_content_single .CRpost_cont h1 {
    font-size: 25px;
    line-height: 30px;
}

.CRdef_content_single .CRpost_cont h2 {
    font-size: 23px;
    line-height: 30px;
}

.CRdef_content_single .CRpost_cont h3 {
    font-size: 21px;
    line-height: 28px;
}

.CRdef_content_single .CRpost_cont h4,.CRdef_content_single .CRpost_cont h5,.CRdef_content_single .CRpost_cont h6 {
    font-size: 19px;
    line-height: 26px;
}

.CRdef_content_single .CRpost_cont ul {
    list-style-type: disc;
    padding-left: 20px;
}

.CRdef_content_single .CRpost_cont strong {
    color: #333333;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

#CRsingle_blog_content strong,#CRsingle_blog_content b {
    font-weight: bold!important;
}

.CRdef_content_single .CRpost_cont h2 strong,.CRdef_content_single .CRpost_cont h3 strong,.CRdef_content_single .CRpost_cont h2 b,.CRdef_content_single .CRpost_cont h3 b {
    color: rgba(225,185,79,1);
}

.CRdef_content_single .CRpost_cont ul {
    margin-bottom: 20px!important;
}

.CRdef_content_single .CRpost_cont a,.CRdef_content_single .CRpost_cont ul,.CRdef_content_single .CRpost_cont li,.CRdef_content_single .CRpost_cont p {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 20px 0;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRdef_content_single .CRpost_cont .wp-caption:last-child,.CRdef_content_single .CRpost_cont a:last-child,.CRdef_content_single .CRpost_cont ul,.CRdef_content_single .CRpost_cont li:last-child,.CRdef_content_single .CRpost_cont p:last-child {
    margin-bottom: 0;
}

#CRauthor_page #CRbreadcrumbs {
    background-color: #f5f5f5;
}

#CRauthor_intro .img_intro_box {
    height: 415px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#CRauthor_intro .img_intro_box p b {
    color: rgba(225,185,79,1);
}

#CRauthor_intro .img_intro_box p {
    position: absolute;
    color: #333333;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    margin: 0 auto;
    right: 60px;
    left: 60px;
    bottom: 60px;
}

#CRauthor_intro .CRstyle_author_title {
    color: #333333;
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

#CRauthor_intro {
    padding: 100px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*Single advisory*/
div#CRsingle_advisory_page section#CRbreadcrumbs {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
}

div#CRsingle_advisory_page section#CRbreadcrumbs cite,div#CRsingle_advisory_page section#CRbreadcrumbs .divider i {
    color: #fff!important;
}

section#CRsingle_advisory_content.CRfix_gr_mode.CRread_mode .left .content {
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    background-color: #666666;
}

section#CRsingle_advisory_content.CRfix_gr_mode.CRread_mode .left .content li:hover a {
    color: #fbd558!important;
}

section#CRsingle_advisory_content.CRfix_gr_mode.CRread_mode .left .content li.active a:after,section#CRsingle_advisory_content.CRfix_gr_mode.CRread_mode .left .content a:after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #082340;
    position: absolute;
    top: 8px;
    left: 3px;
    opacity: 0;
}

.CRfix_gr_mode.CRread_mode #CRsingle_advisory_top h4,.CRfix_gr_mode.CRread_mode #CRsingle_advisory_top a,.CRfix_gr_mode.CRread_mode #CRsingle_advisory_top p,.CRfix_gr_mode.CRread_mode #CRsingle_advisory_top ul,.CRfix_gr_mode.CRread_mode #CRsingle_advisory_top li {
    color: #ffffff!important;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

section#CRsingle_advisory_content {
    padding: 50px 0 100px 0;
}

section#CRsingle_advisory_banner {
    height: 445px;
    position: relative;
    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;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

section#CRsingle_advisory_banner:after {
    content: '';
    background-color: rgba(27,58,106,0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

section#CRsingle_advisory_banner .CRstyle_title a {
    color: #ffffff;
}

section#CRsingle_advisory_banner .CRstyle_title {
    color: #ffffff;
    margin: 0;
    z-index: 1;
}

section#CRsingle_advisory_banner .CRstyle_title:after {
    content: url(../images/line_title_pd_sec.png);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

.sidebar_single_advisory.fixed {
    top: 0!important;
    -webkit-transition: 0.8s all;
    -moz-transition: 0.8s all;
    -ms-transition: 0.8s all;
    -o-transition: 0.8s all;
    transition: 0.8s all;
}

section#CRsingle_advisory_content .left .content {
    position: relative;
    background-color: #f2f2f2;
    height: auto;
    padding: 35px 30px;
    -webkit-transition: 0.8s all;
    -moz-transition: 0.8s all;
    -ms-transition: 0.8s all;
    -o-transition: 0.8s all;
    transition: 0.8s all;
}

section#CRsingle_advisory_content .left .content h3 {
    color: #333333;
    font-size: 25px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

section#CRsingle_advisory_content .left .content li {
    margin-bottom: 20px;
}

section#CRsingle_advisory_content .left .content li:last-child {
    margin-bottom: 0;
}

section#CRsingle_advisory_content .left .content a:before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ffffff;
    position: absolute;
    border: 1px solid #e0e0e0;
    top: 5px;
    left: 0;
}

section#CRsingle_advisory_content .left .content li.active a:after {
    opacity: 1!important;
}

section#CRsingle_advisory_content .left .content a:after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #a37224;
    position: absolute;
    top: 8px;
    left: 3px;
    opacity: 0;
}

#CRsingle_advisory_top ul.CRstyle_scroll {
    max-height: 508px;
    overflow-y: auto;
    height: 100%;
    padding-right: 5px;
}

section#CRsingle_advisory_content .left .content li.active a,section#CRsingle_advisory_content.CRread_mode .left .content li.active a {
    font-weight: 700;
}

section#CRsingle_advisory_content.CRread_mode .left .content li.active a,section#CRsingle_advisory_content.CRread_mode .left .content li:hover a {
    color: #fff!important;
}

section#CRsingle_advisory_content .left .content li.active a,section#CRsingle_advisory_content .left .content li:hover a {
    color: #245692!important;
}

section#CRsingle_advisory_content .left .content a {
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    position: relative;
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#CRsingle_advisory_top {
    margin: 0 -10px;
}

section#CRsingle_advisory_content .right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 71%;
    flex: 0 0 71%;
    max-width: 71%;
    padding: 0 10px;
}

section#CRsingle_advisory_content .left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29%;
    flex: 0 0 29%;
    max-width: 29%;
    padding: 0 10px;
}

/*Author*/
#CRauthor_target .social_author_box {
    margin-top: 60px;
}

#CRauthor_target .social_author_box p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 40px;
    text-align: center;
}

#CRauthor_target .list_socials_author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -7px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#CRauthor_target .list_socials_author li {
    padding: 0 7px;
}

#CRauthor_target .list_socials_author li a {
    width: 38px;
    height: 38px;
    border: 1px solid #ffffff;
    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;
    color: #ffffff!important;
    border-radius: 50%;
}

#CRauthor_target .CRstyle_author_title {
    text-align: center;
    margin-bottom: 40px;
    color: #ffffff;
}

#CRauthor_target {
    padding: 130px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#CRauthor_process {
    padding: 90px 0 100px 0;
    background-color: #fdfbf7;
}

#CRauthor_process .CRstyle_author_title {
    text-align: center;
    margin-bottom: 30px;
}

#CRauthor_process p {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 auto 60px auto;
    width: 85%;
    text-align: center;
}

#CRauthor_process img {
    width: 100%;
    height: 600px;
    -o-object-fit: cover;
    object-fit: cover;
}

section#CRauthor_list_post {
    margin: 50px 0 0 0;
}

section#CRauthor_list_post a.load_more_btn {
    margin-top: 40px;
}

.CRdef_content_author {
    position: relative;
    overflow: hidden;
}

div#list_process {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #082340;
    padding: 40px 30px;
    margin: 0 -10px;
}

div#list_process .col_item_process_author {
    width: 50%;
    padding: 0 10px;
}

div#list_process .col_item_process_author img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
}

div#list_process .col_item_process_author p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 30px 0 0 0;
}

.CRstyle_author_title {
    margin: 0;
    color: #333333;
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
    text-transform: uppercase;
}

.CRstyle_author_cont {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

#CRauthor_target .CRstyle_author_cont {
    position: relative;
    color: #ffffff;
    text-align: center;
    width: 85%;
    margin: 0 auto;
}

#CRauthor_list_post {
    padding-bottom: 50px;
}

#CRauthor_page .CRstyle_title {
    margin: 20px 0 20px 0;
}

/*Blog*/
.CRpost_cont blockquote {
    background: #f2f2f2;
    border-left: 5px solid rgba(225,185,79,1);
    padding: 20px 20px 20px 30px;
    font-style: italic;
}

.CRrow_term_bottom .customm_arrow.left {
    left: unset!important;
    right: 55px!important;
}

.CRrow_term_bottom .customm_arrow.right {
    right: 0!important;
}

.CRrow_term_bottom .customm_arrow {
    top: -65px!important;
    transform: unset;
}

.CRstyle_arrow .customm_arrow:hover {
    background-color: rgba(225,185,79,1);
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRstyle_arrow .customm_arrow:hover i {
    color: #ffffff;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.customm_arrow i {
    color: #333333;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRstyle_arrow .customm_arrow {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRempty {
    text-align: center;
    width: 100%;
}

.CRempty p {
    color: #245692;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    width: 100%;
    display: block;
}

.CRrow_term_bottom.active_slider {
    margin: 0;
}

.CRrow_term_blog_box .slick-slide>div {
    margin: -5px;
}

.CRrow_term_blog_box {
    padding: 70px 0 0 0;
}

.CRcont_post.box_cont_post_slider .CRbox p i {
    margin-right: 5px;
}

.CRcont_post.box_cont_post_slider .CRbox p {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    padding: 0 5px;
    margin-top: 20px;
}

.CRcont_post.box_cont_post_slider .CRbox .author_post {
    font-weight: 700;
}

.CRcont_post.box_cont_post_slider .CRbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -5px;
}

.CRrow_term_bottom {
    margin: -5px;
}

.item_post_slider {
    padding: 5px;
}

.item_cont_post_slider:hover:after {
    top: 100%;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -ms-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
}

.item_cont_post_slider:after {
    content: '';
    opacity: 1;
    background-image: linear-gradient(to top,rgba(0,0,0,.8) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -ms-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
}

.item_cont_post_slider {
    position: relative;
}

.item_cont_post_slider a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.CRcont_post.box_cont_post_slider {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 1;
}

.CRthumb_post img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.item_cont_post_slider .CRthumb_post {
    height: 220px;
}

.CRcont_post h3 {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 44px;
}

.CRrow_term_blog_box .title_term {
    color: #333333;
    font-size: 25px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.CRlist_term_blog_box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.CRlist_term_blog {
    box-shadow: 0 0 38px rgba(0,0,0,0.09);
    background-color: #ffffff;
}

.CRitem_term_blog .content a {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.CRitem_term_blog:hover {
    background-color: #f9f9f9;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRitem_term_blog:last-child {
    border-right: none;
}

.CRitem_term_blog {
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    background-color: #ffffff;
    border-right: 1px solid #ebebeb;
    padding: 0;
}

.CRitem_term_blog:hover .content:after {
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    width: 100%;
}

.CRitem_term_blog .content:after {
    content: '';
    background-color: #fab511;
    height: 5px;
    position: absolute;
    bottom: 0;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    width: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.CRitem_term_blog .content {
    padding: 15px 10px;
    position: relative;
    width: 100%;
    height: 100%;
}

.CRitem_term_blog .ico {
    text-align: center;
    margin-bottom: 10px;
}

.CRitem_term_blog .ico img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.CRitem_term_blog h2 {
    color: #333333;
    font-size: 15px;
    font-weight: 700;
    line-height: 23px;
    /* text-transform: uppercase; */
    margin: 0;
    text-align: center;
}

#CRblog_page .CRstyle_title:after {
    content: url(../images/line_title_blog.png);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

.item_post_full .item_post_cust img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.item_post_full .item_post_cust {
    position: relative;
    height: 540px;
}

.item_post_full .item_post_cust .img_item_cont_post {
    height: 540px;
}

.newsright,.newsleft {
    padding: 0 10px;
    margin-bottom: 40px;
}

#CRLoad_list_blogview {
    margin: -10px;
}

.item_post {
    padding: 10px;
}

.item_post .des {
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin: 10px 0 0 0;
}

.item_post_full .content_item_cont_post {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to top,#000000 0%,rgba(0,0,0,0) 100%);
    padding: 30px 50px;
}

.item_post_half .content_item_cont_post {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to top,#000000 9%,rgba(0,0,0,0) 100%);
    padding: 20px 30px;
}

.item_post_half .item_post_cust .gr_bg_news {
    position: relative;
}

.item_post_half {
    margin: 0;
    height: 540px;
}

.item_post_half .item_post_cust {
    height: 50%;
}

.item_post_half .item_post_cust:first-child {
    padding-bottom: 10px;
}

.item_post_half .item_post_cust:last-child {
    padding-top: 10px;
}

.item_cont_post .img_item_cont_post img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}

.item_post .content_item_cont_post {
    padding: 30px 35px;
}

.item_post_half img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.item_post_half .img_item_cont_post,.item_post_half .gr_bg_news {
    height: 100%;
}

div#CRblog_page #list_post {
    margin: 0 -10px;
}

.item_post_full .content_item_cont_post h4 a,.item_post_full .content_item_cont_post h3 a {
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
    margin: 0;
}

.item_post_full .content_item_cont_post p.date_content,.item_post_half .content_item_cont_post p.date_content {
    color: #ffffff;
}

.item_post_full .content_item_cont_post h3,.item_post_full .content_item_cont_post h4,.content_item_cont_post h4,.item_post_half .content_item_cont_post h4,.content_item_cont_post h3,.item_post_half .content_item_cont_post h3 {
    margin: 0;
    line-height: unset;
    font-size: unset;
}

.item_post_half p.date_content {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 20px 0;
}

.item_post_half .content_item_cont_post h4 a,.item_post_half .content_item_cont_post h3 a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
}

.content_item_cont_post h4 a,.content_item_cont_post h3 a {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.content_item_cont_post p.date_content {
    color: #999999;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 10px 0;
}

.content_item_cont_post p.date_content i {
    margin-right: 5px;
}

.gr_post_bottom {
    margin: 10px 0 0 0;
}

.gr_post_bottom a i {
    display: none;
}

.gr_post_bottom a {
    color: #1b3a6a;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.item_cont_post .content_item_cont_post h4 a {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 72px;
    height: 72px;
}

#CRblogview_page a.load_more_btn {
    margin-top: 50px;
}

#CRblogview_page a.load_more_btn i {
    margin-left: 20px;
    font-size: 20px;
    display: block;
}

a.load_more_btn i {
    display: none;
}

a.load_more_btn {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    width: 220px;
    height: 50px;
    background-color: rgba(225,185,79,1);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#CRblog_page {
    margin-bottom: 0;
}

.CRlist_item_blog {
    padding-bottom: 100px;
}

div#CRblog_page .CRstyle_title {
    margin-top: 20px;
}

#CRblogview_page .blogview_news {
    padding: 100px 0;
}

.item_post .item_cont_post .CRbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -5px;
}

.item_post .item_cont_post .CRbox p {
    color: #333333;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    padding: 0 5px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.item_cont_post a {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.item_post:hover .item_cont_post:after {
    width: 100%;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.item_post .item_cont_post:after {
    content: '';
    background-color: rgba(225,185,79,1);
    height: 5px;
    position: absolute;
    bottom: 0;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    width: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.item_cont_post {
    box-shadow: 0 0 38px rgba(0,0,0,0.13);
    background-color: #ffffff;
    height: 100%;
    position: relative;
}

.item_post:hover .item_cont_post .content_item_cont_post h3 {
    color: rgba(225,185,79,1);
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.item_post .item_cont_post .content_item_cont_post h3 {
    color: #333333;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 44px;
    height: 44px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.item_post .item_cont_post .CRbox {
    margin-bottom: 20px;
}

.item_post .item_cont_post .CRbox .author_post {
    font-weight: 700;
}

.item_post .item_cont_post .CRbox p i {
    color: rgba(225,185,79,1);
    margin-right: 5px;
}

/*Scroll List*/
div#cr_list_scroll.hide {
    opacity: 0!important;
    visibility: hidden!important;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    pointer-events: none!important;
}

div#cr_list_scroll.show {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    pointer-events: auto;
}

div#cr_list_scroll {
    opacity: 0;
    visibility: visible;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    pointer-events: none;
}

.CRread_tooltip .show_list i:after,.CRread_tooltip .show_list,.CRread_tooltip div#list_scroll {
    background-color: #828282!important;
}

div#list_scroll .list a:before {
    content: '';
    width: 3px;
    height: 3px;
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    left: 0;
}

div#list_scroll .list a {
    padding: 5px;
    width: 100%;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    padding-left: 10px!important;
}

a.tag_h3 {
    margin-left: 0px!important;
    font-size: 13px;
}

a.tag_h4 {
    margin-left: 30px!important;
    font-size: 12px;
}

div#list_scroll a,div#list_scroll strong {
    cursor: pointer;
    color: #fff!important;
    font-weight: 500;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

div#list_scroll.active {
    left: 0;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    z-index: 4;
    opacity: 1;
    visibility: visible;
}

.CRbtn_remove_pd:hover i {
    color: #000;
}

div#list_scroll {
    box-shadow: -2px 2px 20px 1px rgba(0,0,0,0.1);
    background-color: #3f3f3f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px;
    width: 300px;
    left: -300px;
    max-height: 440px;
    overflow-y: auto;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.show_list.hide {
    visibility: hidden;
    opacity: 0;
    right: unset;
    left: -100px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.show_list {
    opacity: 1;
    visibility: visible;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50px;
    z-index: 3;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.show_list i:before {
    content: "\f0c9";
    z-index: 1;
    position: relative;
}

.show_list i {
    font-size: 30px;
    position: relative;
}

#cr_list_scroll.show .show_list {
    opacity: 1;
}

.show_list {
    cursor: pointer;
    width: 82px;
    height: 82px;
    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;
    color: #fff;
    box-shadow: -2px 2px 20px 1px rgba(0,0,0,0.1);
    background-color: rgba(225,185,79,1);
    opacity: 0;
}

.gr_title_list_scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

div#list_scroll .gr_title_list_scroll a i {
    font-size: 22px;
}

div#list_scroll .gr_title_list_scroll a {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border: none!important;
    margin-right: 15px;
    padding: 0;
}

div#list_scroll .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gr_title_list_scroll h4 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}

/*Single Blog*/
#CRsingle_blog_related .item_post .des {
    display: none;
}

#CRsingle_blog_related .item_cont_post .img_item_cont_post img {
    height: 160px;
}

.CRcustom_arrow_related {
    text-align: center;
    margin: 30px 0 0 0;
}

.CRcustom_arrow_related .box {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.CRcustom_arrow_related .customm_arrow {
    position: initial;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    margin: 0 2.5px;
    top: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
}

.CRcustom_arrow_related .customm_arrow:hover i {
    color: #ffffff;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRcustom_arrow_related .customm_arrow:hover {
    background-color: rgba(225,185,79,1);
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

#CRsingle_blog_related .title {
    color: #333333;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}

#CRsingle_blog_related {
    padding: 100px 0 0 0;
}

.CRdef_list_scroll_cont {
    background-color: #f2f2f2;
    padding: 50px;
}

#CRlist_scroll_cont {
    width: 85%;
    margin: 0 auto 30px auto;
}

.CRdef_list_scroll_cont .list {
    padding: 20px 0 0 40px;
}

.CRdef_list_scroll_cont h3 i {
    margin-right: 20px;
}

.CRdef_list_scroll_cont h3 {
    color: #000003;
    font-size: 25px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.CRdef_list_scroll_cont .list a {
    width: 100%;
    display: block;
    color: #000003;
    font-size: 17px;
    font-weight: 400;
    margin: 0 0 10px 0;
    line-height: 26px;
    cursor: pointer;
}

.CRdef_list_scroll_cont .list a:last-child {
    margin: 0 0 0 0;
}

div#CRsingle_blog_page section#CRbreadcrumbs {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: #f5f5f5;
}

.CRread_tooltip div#CRsingle_blog_page section#CRbreadcrumbs cite,.CRread_tooltip div#CRsingle_blog_page section#CRbreadcrumbs .divider i {
    color: #fff!important;
}

section#CRsingle_blog_content {
    padding: 80px 0 100px 0;
}

div#CRsingle_blog_page .CRstyle_title {
    color: #333333;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5em;
    text-transform: uppercase;
    margin: 0 auto;
    width: 70%;
}

div#CRsingle_blog_page #CRpost_after {
    width: 85%;
    margin: 20px auto 0 auto;
}

div#CRsingle_blog_page .CRpost_meta {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 25px;
    margin-bottom: 60px;
}

#CRsingle_blog_page .CRpost_meta p {
    color: #333333;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding: 0 5px;
}

#CRsingle_blog_page .CRpost_meta .author a {
    font-weight: 700;
}

div#CRsingle_blog_page .CRpost_cont {
    width: 85%;
    margin: 0 auto;
}

.CRpost_cont h1 {
    font-size: 24px;
}

.CRpost_cont h2 {
    font-size: 22px;
}

.CRpost_cont h3 {
    font-size: 20px;
}

.CRsingle_blog_col {
    position: inherit;
    margin-bottom: 100px;
}

#CRsingle_blog_content #CRsingle_blog_author {
    width: 85%;
    margin: 0 auto;
}

@media only screen and (min-width: 1200px) {
    #CRsingle_blog_content .CRdef_content_single .CRpost_cont p,#CRsingle_blog_content .CRdef_content_single .CRpost_cont ul li,#CRsingle_blog_content .CRdef_content_single .CRpost_cont ol li,#CRsingle_blog_content .CRdef_content_single .CRpost_cont a {
        font-size:18px;
    }
}

@media only screen and (max-width: 1199px) and (min-width:1000px) {
    #CRsingle_blog_content .CRdef_content_single .CRpost_cont p,#CRsingle_blog_content .CRdef_content_single .CRpost_cont ul li,#CRsingle_blog_content .CRdef_content_single .CRpost_cont ol li,#CRsingle_blog_content .CRdef_content_single .CRpost_cont a {
        font-size:16px;
    }
}

/*CRmode*/
body .bs-tooltip-top .arrow::before {
    border-top-color: #f4f4f4;
}

body .bs-tooltip-bottom .arrow::before {
    border-bottom-color: #f4f4f4;
}

body.CRread_tooltip .bs-tooltip-top .arrow::before {
    border-top-color: #828282;
}

body.CRread_tooltip .bs-tooltip-bottom .arrow::before {
    border-bottom-color: #828282;
}

body.CRread_tooltip .tooltip-inner {
    color: #ffffff;
    background-color: #828282;
}

body .tooltip-inner {
    color: #333333;
    font-size: 10px;
    font-weight: 400;
    line-height: normal;
    background-color: #f4f4f4;
}

.CRfix_gr_mode {
    background-color: white;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRfix_gr_mode.CRread_mode {
    background-color: #333333;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRfix_gr_mode {
    position: relative;
}

.CRgr_mode {
    position: absolute;
    top: 110px;
    right: 50px;
    z-index: 9;
}

.CRfix_gr_mode.CRread_mode a#CRmode__wrap span {
    background-color: #828282;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

a#CRmode__wrap {
    width: 40px;
    height: 40px;
    background-color: #082340;
    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;
    border-radius: 50%;
}

a#CRmode__wrap span {
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    width: 40px;
    height: 40px;
    background-color: #082340;
    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;
    position: relative;
    cursor: pointer;
    border-radius: 50%;
    overflow: hidden;
    float: right;
}

.mode__wrap.active .fa-sun-o {
    -webkit-transform: translatey(0) rotate(0deg);
    transform: translatey(0) rotate(0deg);
}

.mode__wrap:not(.active) .fa-moon-o {
    -webkit-transform: translatey(0) rotate(0deg);
    transform: translatey(0) rotate(0deg);
}

.fa-moon-o {
    -webkit-transform: translatey(0) rotate(0deg);
    transform: translatey(0) rotate(0deg);
}

a#CRmode__wrap .mode__wrap i {
    font-size: 16px;
}

.mode__wrap i {
    position: absolute;
    width: 100%;
    margin-right: 0!important;
    z-index: 1;
    height: 100%;
    -webkit-transition: ease-in-out transform 0.3s;
    -o-transition: ease-in-out transform 0.3s;
    transition: ease-in-out transform 0.3s;
    -webkit-transform: translate(0,100%) rotate(-60deg);
    -ms-transform: translate(0,100%) rotate(-60deg);
    transform: translate(0,100%) rotate(-60deg);
    color: #fff;
    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;
}

/*Default Policy*/
.CRitem_def_policy .title_def_policy {
    color: #1b3a6a;
    font-size: 30px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 20px 0;
}

.CRitem_def_policy .des p:last-child {
    margin: 0;
}

.CRitem_def_policy .des h1,.CRitem_def_policy .des h2,.CRitem_def_policy .des h3,.CRitem_def_policy .des h4 {
    color: #333333;
    font-weight: 400;
    line-height: 24px;
}

.CRitem_def_policy .des a {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.CRitem_def_policy .des li,.CRitem_def_policy .des p {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.CRitem_def_policy .des ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-left: 15px;
    margin-bottom: 1rem;
}

.CRitem_def_policy .des ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    background: #666666;
    border-radius: 50%;
}

.CRitem_def_policy {
    margin-bottom: 30px;
}

.CRgroup_item_def_policy:last-child .CRitem_def_policy {
    margin-bottom: 0;
}

.list_cols_policy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px -1px 0 -1px;
}

.list_cols_policy .gr_item_cols_policy {
    width: 50%;
    padding: 0 1px;
}

.list_cols_policy .gr_item_cols_policy h4 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0;
    padding: 20px;
    background-color: #a37224;
    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;
}

.item_cols_policy {
    background-color: #f4f4f4;
    padding: 30px 45px 80px 45px;
    position: relative;
    height: 701px;
}

.item_cols_policy:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gr_item_cols_policy:nth-child(odd) .item_cols_policy:after {
    right: 0;
    content: url("../images/bg_policy_left_def.png");
}

.gr_item_cols_policy:nth-child(even) .item_cols_policy:after {
    left: 0;
    content: url("../images/bg_policy_right_def.png");
}

.item_cols_policy p {
    color: #666666;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    max-height: 600px;
    overflow-y: auto;
    padding-right: 5px;
}

.CRgroup_item_def_policy .icon_box_sec_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -50px;
}

.CRgroup_item_def_policy .icon_box_sec_flex .item_icon_box {
    width: 33.33%;
    padding: 60px 50px 30px 50px;
}

.CRgroup_item_def_policy .icon_box_sec_flex .img_icon_box_sec img {
    height: 95px;
    width: auto;
}

.CRgroup_item_def_policy .icon_box_sec_flex .img_icon_box_sec {
    text-align: center;
}

.CRgroup_item_def_policy .icon_box_sec_flex .cont_icon_box_sec {
    margin-top: 20px;
}

.CRgroup_item_def_policy .icon_box_sec_flex .cont_icon_box_sec p {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    text-transform: initial;
}

section#CRdefault_policy {
    padding: 20px 0 100px 0;
}

section#CRdefault_policy .CRstyle_title:after {
    content: url(../images/line_title_intro_page.png);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

/*404*/
.error.text-center {
    padding: 100px 0;
    background: #feeaa6;
}

.error.text-center .gr_btn {
    margin: 40px 0;
}

.error.text-center .gr_btn a.btn-style {
    border: 1px solid rgba(225,185,79,1);
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    height: 40px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background-color: rgba(225,185,79,1);
    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;
    padding: 0 34px;
    min-width: 170px;
    margin: 28px auto 0;
}

/*Accoount*/
.group_account_woo label {
    color: #333333;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
}

li.gender_update_ac {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

li.gender_update_ac label {
    margin: 0;
}

.group_radio_ac {
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.group_radio_ac .form-check-label input:checked~.checkmark:after {
    display: block;
}

.group_radio_ac .form-check-label .checkmark:after {
    top: 4px;
    left: 4px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(225,185,79,1);
}

.group_radio_ac .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.group_radio_ac .form-check-label input:checked~.checkmark {
    background-color: #ffffff;
}

.group_radio_ac .checkmark {
    position: absolute;
    top: 53%;
    transform: translateY(-50%);
    left: 0;
    height: 15px;
    width: 15px;
    border: 1px solid #9d9fa2;
    background-color: #ffffff;
    border-radius: 50%;
}

.group_radio_ac label span {
    color: #999;
}

.group_radio_ac .form-check-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    display: none;
}

.group_radio_ac .form-check-label {
    display: block;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 20px;
}

.group_account_woo li {
    margin-bottom: 30px;
}

.group_account_woo button {
    outline: none!important;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    min-width: 200px;
    height: 50px;
    background-color: rgba(225,185,79,1);
    border: none;
    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;
    margin-top: 50px;
    cursor: pointer;
}

.group_account_woo select {
    background-color: #fff;
}

.group_account_woo input:focus,.group_account_woo select:focus,.group_account_woo textarea:focus {
    box-shadow: 0 3px 15px rgba(0,0,0,0.2);
    border: 1px solid rgba(225,185,79,1);
    background-color: #f6f6f6;
    outline: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    color: #333333;
}

.CR_wrap_avata {
    width: 100%;
}

.logo_user {
    margin: 10px 0 0 0;
    text-align: center;
}

.avar_custom input {
    display: none!important;
}

label.CR_wrap_avata {
    cursor: pointer;
}

.logo_user img {
    border: 3px solid #989a9d;
    border-radius: 50%;
    width: 100px;
    object-fit: cover;
    height: 100px;
    padding: 2px;
}

input#title_file {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    height: auto;
    border: none!important;
    padding: 0;
    width: 100%;
    text-align: center;
}

.bt_open_upload {
    color: rgba(225,185,79,1);
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    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;
}

.group_account_woo input::placeholder {
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}

.group_account_woo input {
    height: 50px;
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 25px;
    color: rgba(51,51,51,0.5);
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.avar_ac_woo h4 {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.woocommerce-account .container .woocommerce {
    margin: 40px auto 110px auto!important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.woocommerce-account .container .woocommerce section#CRproduct_view {
    margin-top: 30px;
    padding: 0 15px;
}

.woocommerce-account .woocommerce {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.CRnav_account .ac_av img {
    border: 3px solid #989a9d;
    border-radius: 50%;
    width: 51px;
    height: 51px;
    object-fit: cover;
}

.CRnav_account .ac_cont {
    width: 100%;
    padding-left: 15px;
}

.title_page_def_ac {
    margin-bottom: 10px!important;
    text-transform: uppercase;
}

form#CRform_def_edit_address h3 {
    margin-bottom: 20px;
}

.title_page_def_ac,.CRnav_account .ac_cont h4 {
    color: #333333;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.CRnav_account .ac_cont p {
    margin: 0;
}

.CRnav_account .ac_cont p a {
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}

.CRnav_account {
    border: 1px solid #f5f5f5;
    background-color: #ffffff;
    max-width: 299px;
}

.CRnav_account .account_av {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    border-top: 2px solid #333333;
    border-bottom: 1px solid #e1e1e1;
    padding: 17px 20px 14px 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.CRnav_account ul {
    padding: 0;
    margin: 0!important;
}

.CRnav_account ul li {
    padding: 11px 20px;
    border: none!important;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    list-style-type: none;
}

.CRnav_account ul li.is-active,.CRnav_account ul li:hover {
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    background-color: #e1e1e1;
}

.CRnav_account ul li.is-active a,.CRnav_account ul li:hover a {
    color: rgba(225,185,79,1);
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRnav_account ul li a {
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    text-transform: inherit;
    padding: 0;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    margin: 0;
}

.woocommerce-account>.container>.woocommerce {
    margin: 0 -15px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 30%;
    padding: 0 15px;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 70%;
    padding: 0 15px;
}

.dash_wc h4 {
    color: #333333;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.gr_das_woo p {
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}

.gr_das_woo a {
    font-weight: 700;
    color: rgba(225,185,79,1)!important;
}

/* Search */
/* Sản phẩm */
select#filter_stone_color,select#filter_material_color {
    width: 180px;
}

.CRlist_term_special li {
    padding: 0 30px;
    position: relative;
}

#CRlist_term_special {
    margin: 0 0 80px 0;
}

.CRlist_term_special li:last-child:after {
    display: none;
}

.CRlist_term_special li:after {
    content: '';
    width: 1px;
    height: 15px;
    background-color: #333333;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}

.CRlist_term_special ul {
    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;
    margin: 0 -30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.CRlist_term_special li.active a,.CRlist_term_special li a:hover {
    color: rgba(225,185,79,1);
}

.CRlist_term_special li a {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    line-height: 45px;
    text-transform: uppercase;
    margin: 0;
}

.CRitem_product .CRgr_item_pd {
    background-color: #ffffff;
}

div#CRshowlist_discount_products,div#CRshowlist_products {
    margin: -10px;
}

select#filter_tax {
    width: 170px;
}

select#filter_sort {
    width: 132px;
}

div#CRlist_filters_product .left .item_filter {
    padding: 0 5px;
}

div#filter_price {
    position: relative;
}

div#filter_price .gr_price {
    cursor: pointer;
    padding: 15px;
    width: 101px;
    height: 33px;
    border: 1px solid #b4b4b4;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #666666;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}

div#filter_price:hover .CRrange_price {
    height: 100px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.CRrange_price {
    width: 240px;
    box-shadow: -2px 2px 20px 1px rgba(0,0,0,0.1);
    background-color: #ffffff;
    padding: 20px 40px 20px 30px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    height: 0;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    z-index: 1;
}

#CRfilters_product .left .CRrange_price p {
    color: #999999;
    font-size: 11px;
    font-weight: 400;
    line-height: normal;
    text-align: right;
    margin-bottom: 10px!important;
    display: block;
}

div#slider-range {
    margin: 0;
    width: 100%;
    cursor: pointer;
    height: 3px;
    background: #ddd;
}

div#slider-range.ui-slider-horizontal .ui-slider-range {
    background: #a37224;
}

span.ui-slider-handle.ui-corner-all.ui-state-default {
    border-radius: 50%;
    border-color: #a37224;
    outline: none!important;
    cursor: pointer;
    width: 8px;
    height: 8px;
    background-color: #a37224;
    margin: 0;
    top: 49%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#filter_price #min,#filter_price #max {
    position: absolute;
    width: 50px;
    text-align: center;
    border: 0;
    color: #666666!important;
    font-size: 11px;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}

div#CRlist_filters_product .right {
    width: 15%;
}

div#CRlist_filters_product .left {
    width: 85%;
}

#CRfilters_product .left .CRgritem_filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -5px;
}

#CRfilters_product .left p {
    margin: 0;
    color: #666666;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}

.tax-product_cat span.divider:last-child {
    display: none;
}

div#CRlist_discount_products .empty_pd,div#CRlist_products .empty_pd {
    margin: 0 auto;
}

section#CRcontent_products_page {
    margin: 80px 0 110px 0;
}

section#CRcontent_products_page a.load_more_btn {
    margin-top: 50px;
    width: auto;
    padding: 0 35px;
    text-transform: initial;
}

section#CRcontent_products_page a.load_more_btn span {
    margin-left: 5px;
    display: block;
}

a.load_more_btn span {
    display: none;
}

#CRDiscount_products_page .CRstyle_title:after,#CRproducts_page .CRstyle_title:after {
    content: url(../images/line_title_partner.png);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

div#CRlist_filters_product .left .item_filter:first-child {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

/*CRload*/
.CRload.active_loading {
    filter: blur(8px);
    -webkit-filter: blur(8px);
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    pointer-events: none;
}

.CRload {
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

/*Single Product*/
.CRgr_item_pd_sidebar .pd_sidebar_content .product_name a,.CRgr_item_pd_sidebar .pd_sidebar_content .product_name,.CRgr_item_pd_sidebar .price span {
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}

.CRgr_item_pd_sidebar:hover .pd_sidebar_content .product_name a,.CRgr_item_pd_sidebar:hover .pd_sidebar_content .product_name,.CRgr_item_pd_sidebar:hover .price span {
    color: #ffffff!important;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}

.CRgr_item_pd_sidebar:hover {
    box-shadow: 2px 2px 8px rgba(0,0,0,.47);
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    background-color: rgba(225,185,79,1);
}

.CRgr_item_pd_sidebar {
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}

.CRcustom_meta_pd .price {
    color: rgba(225,185,79,1);
}

div#CRsingle_product_page span.hidden_divider.divider {
    display: block;
}

#CRsingle_product_top .CRcustom_meta_pd .CRaddCart_btn_pd,#CRsingle_product_top .CRcustom_meta_pd button.single_add_to_cart_button {
    width: 49%!important;
    margin: 0!important;
}

.CRbtn_ddvice {
    width: 100%;
    height: 45px;
    background-color: rgba(225,185,79,1);
    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;
    color: #ffffff!important;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 0!important;
    outline: none;
    box-shadow: none;
    margin: 0 0 10px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    border: none!important;
}

#CRsingle_product_top .CRgr_btn_pd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 40px 0 20px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#CRsingle_product_top:after {
    content: '';
    height: 1px;
    left: 15px;
    right: 15px;
    background-color: #e0e0e0;
    position: absolute;
    bottom: 0;
}

#CRsingle_product_top {
    padding-bottom: 70px;
    position: relative;
}

.CRlist_tab_detail_pd ul {
    background-color: #f3f3f3;
    display: inline-block;
    width: 100%;
    z-index: 8;
}

.CRlist_tab_detail_pd ul a {
    color: #333333;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    height: 45px;
    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;
    padding: 0 15px;
    background-color: transparent;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.CRlist_tab_detail_pd li:hover a {
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    background-color: rgba(225,185,79,1);
    color: #ffffff;
}

.CRlist_tab_detail_pd li {
    float: left;
}

.CRlist_tab_detail_pd li:not(:last-child) {
    border-right: 1px solid #ffffff;
}

.CRlist_tab_detail_pd {
    margin-bottom: 45px;
}

/*Woo qty*/
.CRcustom_qty #quantity input::-webkit-outer-spin-button,.CRcustom_qty #quantity input::-webkit-inner-spin-button,.woocommerce #content .quantity input::-webkit-outer-spin-button,.woocommerce #content .quantity input::-webkit-inner-spin-button,.CRcustom_qty #quantity input::-webkit-outer-spin-button,.CRcustom_qty #quantity input::-webkit-inner-spin-button,.woocommerce-page #content .quantity input::-webkit-outer-spin-button,.woocommerce-page #content .quantity input::-webkit-inner-spin-button {
    display: none;
}

.CRcustom_qty .quantity,.woocommerce-page .quantity {
    border: 1px solid #e0e0e0;
    position: relative;
    margin: 0 7.5px 0 0;
    overflow: hidden;
    zoom:1;padding: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.CRcustom_qty .quantity input.qty,.CRcustom_qty .quantity input.qty {
    width: 45px;
    height: 35px;
    padding: 0;
    margin: 0;
    text-align: center;
    border: none;
    border-right: 0;
    border-radius: 0;
    color: #666666;
    font-size: 15px;
    font-weight: 400;
    -moz-appearance: textfield;
    line-height: normal;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}

.CRcustom_qty .quantity noindex:-o-prefocus,.CRcustom_qty .quantity input[type=number],.CRcustom_qty .quantity noindex:-o-prefocus,.CRcustom_qty .quantity input[type=number] {
    padding-right: 1.2em;
}

.CRcustom_qty .quantity .plus,.CRcustom_qty .quantity .minus,.CRcustom_qty .quantity .plus,.CRcustom_qty .quantity .minus {
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
    width: 45px;
    height: 35px;
    text-decoration: none;
    overflow: visible;
    text-decoration: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    border: none;
    background-color: #ffffff;
    text-shadow: none;
    background-image: none;
    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;
}

.CRcustom_qty .quantity .plus:hover,.CRcustom_qty .quantity .minus:hover,.CRcustom_qty .quantity .plus:hover,.CRcustom_qty .quantity .minus:hover {
    background-color: #dad8da;
}

.CRcustom_meta_pd .stock {
    display: none;
}

.CRcustom_meta_pd .price {
    margin: 0;
}

.CRcustom_meta_pd .price span {
    color: red;
    font-size: 25px;
    font-weight: 700;
    line-height: normal;
}

.CRcustom_meta_pd .price .woocommerce-Price-currencySymbol {
    margin-left: 5px;
}

#CRsingle_product_top .CRcustom_meta_pd .CRaddCart_btn_pd {
    background-color: #272727;
    margin-right: 0;
}

.CRcustom_meta_pd .CRaddCart_btn_pd,#CRsingle_product_top .CRcustom_meta_pd button.single_add_to_cart_button {
    width: 235px;
    height: 45px;
    background-color: rgba(225,185,79,1);
    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;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 0!important;
    outline: none;
    box-shadow: none;
    margin: 0 7.5px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    border: none!important;
}

.CRcustom_meta_pd .detail_product_attr a,.CRcustom_meta_pd .detail_product_attr,.CRcustom_meta_pd .detail_title {
    color: #333333;
    font-size: 25px;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    margin: 0;
}

.CRcustom_thumb_slider img {
    width: 100%;
}

.CRcustom_meta_pd .CRgroup_title_pd {
    margin: 0;
    padding-bottom: 10px;
    position: relative;
}

.CRcustom_meta_pd .CRcustom_qty {
    width: 100%;
}

.CRcustom_meta_pd .tawcvs-swatches {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.short-description ul {
    list-style-type: disc;
    padding-left: 20px;
    padding-bottom: 10px;
}

.CRcustom_meta_pd .short-description p {
    color: #333;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
}

.CRcustom_meta_pd .short-description {
    margin-bottom: 40px;
}

.CRcustom_meta_pd table.variations td.label {
    width: 100px;
}

.CRcustom_meta_pd table.variations {
    width: 100%;
    margin-bottom: 30px;
}

.CRcustom_meta_pd .reset_variations {
    position: absolute;
    right: -50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 15px;
    margin-bottom: 0;
    color: #333333;
    line-height: normal;
    display: none!important;
}

.CRcustom_meta_pd form.cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 20px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#CRsingle_product_center:after {
    content: '';
    background-color: #e0e0e0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
}

#CRsingle_product_center {
    position: relative;
    margin: 60px -15px;
    padding-bottom: 40px;
}

#CRsingle_product_center .CRcustom_content_pd .CRpost_cont img {
    width: 100%;
    height: auto;
}

#CRsingle_product_center .CRcustom_content_pd .CRpost_cont table {
    max-width: 100%;
}

#CRsingle_product_center .CRcustom_content_pd {
    padding-right: 0;
}

.CRcustom_content_pd h1 {
    font-size: 24px;
}

.CRcustom_content_pd h2 {
    font-size: 22px;
}

#CRsingle_product_center .CRcustom_content_pd .CRpost_cont .wp-caption:last-child {
    margin-bottom: 0;
}

.title_contpd {
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 40px;
}

#CRsingle_product_center .CRcustom_content_pd .CRpost_cont {
    text-align: left;
}

#CRsingle_product_center .CRcustom_content_pd .CRpost_cont .wp-caption {
    width: 100%!important;
    margin: 40px 0;
}

#CRsingle_product_center .CRcustom_content_pd .CRpost_cont .wp-caption-text {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin: 20px 0 0 0;
}

#CRsingle_product_center .CRcustom_content_pd .CRpost_cont p {
    color: #333333;
    font-size: 17px!important;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
}

#CRsingle_product_center .CRcustom_content_pd .CRpost_cont span {
    line-height: normal;
}

#CRsingle_product_center .CRcustom_content_pd .CRpost_cont p:last-child {
    margin-bottom: 0;
}

.CRcustom_content_pd .title_contpd {
    font-size: 20px!important;
}

.CRcustom_sidebar_pd {
    padding-top: 0;
}

.CRcustom_sidebar_pd .def_sub_title {
    margin-bottom: 30px;
    color: #082340;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.CRitem_product_sidebar .CRgr_item_pd_sidebar a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.CRitem_product_sidebar .CRgr_item_pd_sidebar img {
    width: auto;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 80%;
    max-height: 80%;
}

.CRitem_product_sidebar .CRgr_item_pd_sidebar .pd_sidebar_view {
    width: 40%;
    height: 190px;
    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;
    background-color: #ffffff;
}

.pd_sidebar_content .product_name a,.pd_sidebar_content .product_name {
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
}

.pd_sidebar_content {
    padding-left: 25px;
    width: 70%;
}

.pd_sidebar_content .price.product_price_after span {
    color: rgba(225,185,79,1);
    font-size: 15px;
    line-height: normal;
    font-weight: 600;
}

.pd_sidebar_content .price.product_price_after del span {
    font-size: 13px;
}

.pd_sidebar_content .price.product_price_after del {
    width: 100%;
    display: block;
    text-decoration-color: rgba(225,185,79,1);
}

.pd_sidebar_content .price.product_price_after ins {
    text-decoration: none;
}

.CRitem_product_sidebar:first-child {
    padding-top: 0;
}

.CRitem_product_sidebar {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    padding: 20px 0;
}

.CRgroup_attr_pd span i {
    color: rgba(225,185,79,1);
    margin-right: 10px;
    font-weight: 600;
}

.CRgroup_attr_pd span {
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}

#CRsingle_product_top .variations_form table.variations .label label {
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding: 0;
}

.sort_des_pd {
    margin: 20px 0 0;
}

.sort_des_pd p {
    line-height: 25px;
    color: #333333;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}

.CRgroup_attr_pd p {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.CRgroup_attr_pd li.sort_des_pd p {
    padding-left: 20px;
    line-height: 24px;
}

span.hrSwatch {
    width: 16px!important;
    height: 16px!important;
    margin: 0 5px!important;
    padding: 0!important;
    line-height: normal!important;
}

.CRgroup_attr_pd li.line_attr_pd span {
    min-width: 100px;
    margin-right: 5px;
}

.CRgroup_attr_pd li.line_attr_pd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 20px;
}

.CRgroup_attr_pd li.sort_des_pd span {
    width: 100%;
    margin-bottom: 15px;
    display: block;
}

span.woocommerce-Price-currencySymbol {
    margin-left: 5px;
}

.CRgroup_price_pd.price {
    margin-bottom: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.CRgroup_price_pd.price ins {
    text-decoration: none;
}

.CRgroup_price_pd.price del span {
    font-size: 20px;
    color: rgba(225,185,79,1);
}

.CRgroup_price_pd.price del {
    width: 100%;
    text-decoration-color: rgba(225,185,79,1);
    margin-left: 0;
}

.CRcustom_meta_pd .single_variation_wrap .woocommerce-variation-price,.tawcvs-swatches .swatch-color.selected:before,.CRmain_price.hide {
    display: none!important;
}

.tawcvs-swatches .swatch-color.selected {
    border-color: rgba(225,185,79,1)!important;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

a.CRaddCart_btn_pd.hide {
    cursor: not-allowed;
    opacity: .5;
}

#CRsingle_product_page .CRsingle_product {
    padding: 50px 0 100px 0;
}

.CRinformation_pd .content li:after,.CRcont_pd li:after,.CRpolicy_pdli:after {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #999999;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 0;
}

.CRinformation_pd .content li,.CRcont_pd li,.CRpolicy_pd li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.CRinformation_pd .content li,.CRinformation_pd .content p,.CRcont_pd li,.CRcont_pd p,.CRpolicy_pd li,.CRpolicy_pd p {
    color: #333333;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
}

.CRinformation_pd .CRtech_list li {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

li.line_infor_pd {
    border-bottom: 1px solid #ffffff;
}

.CRinformation_pd .CRtech_list li p {
    width: 50%;
    text-align: center;
    margin: 0;
}

.CRinformation_pd .CRtech_list li p:first-child {
    width: 35%;
}

.CRinformation_pd .CRtech_list li p:last-child {
    width: 65%;
}

.CRinformation_pd .CRtech_list li.line_top_infor_pd p {
    background-color: rgba(225,185,79,1);
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding: 0 10px;
    height: 45px;
    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;
}

.CRinformation_pd .CRtech_list li.line_infor_pd p {
    background-color: #f3f3f3;
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    padding: 15px 10px;
}

li.line_infor_pd {
    background: #f3f3f3;
}

.CRinformation_pd .CRtech_list:after {
    content: '';
    width: 1px;
    left: 35%;
    -webkit-transform: translateX(-35%);
    -ms-transform: translateX(-35%);
    transform: translateX(-35%);
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #fff;
}

.CRinformation_pd .CRtech_list {
    position: relative;
    padding-top: 30px;
}

.CRvideo_pd iframe {
    width: 100%;
    height: 500px;
}

.CRpolicy_pd .content p {
    font-size: 17px;
    line-height: 29px;
}

.CRpolicy_pd .title_contpd {
    margin: 40px 0;
}

.CRinformation_pd {
    margin: 40px 0;
}

ul.CRlist_content_def_pd p {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

ul.CRlist_content_def_pd p span {
    color: #a37224;
    margin-right: 5px;
}

.CRlist_content_def_pd {
    width: 90%;
    margin: 0 auto;
}

.CRlist_icon_def_pd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px;
    position: relative;
    padding-top: 5px;
}

.CRlist_icon_def_pd .item_icon_box {
    padding: 0 5px;
    width: 33.33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.CRlist_icon_def_pd .item_icon_box:last-child {
    border: none;
}

.CRlist_icon_def_pd .content_icon_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.CRlist_icon_def_pd .content_icon_box p {
    color: #333333;
    font-size: 12px;
    font-weight: 400;
    line-height: 23px;
    text-transform: initial;
    text-align: left;
    margin: 0;
}

.CRlist_icon_def_pd .item_icon_box .img_icon_box_sec {
    margin-right: 10px;
}

.CRcontent_def_pd {
    border-top: 1px solid rgba(180,180,180,0.3);
    padding-top: 15px;
}

.CRcustom_thumb_slider .item_slider_for .gr_view_360,.CRcustom_thumb_slider .item_slider_for .gr_video {
    height: 100%;
    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;
    background: #000;
}

.CRcustom_thumb_slider .item_slider_for .gr_view_360 img,.CRcustom_thumb_slider .item_slider_for .gr_video img {
    width: 30%;
    margin: 0 auto;
    height: auto;
    -webkit-filter: invert(1);
    filter: invert(1);
}

.CRcustom_thumb_slider .item_slider_for p {
    color: #ffffff;
    font-size: 25px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin: 20px;
}

.gr_item_slider_nav .CRno_zoom {
    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;
    height: 100%;
}

.gr_item_slider_nav .CRno_zoom img {
    width: 44px;
    height: auto;
}

span.show_menu,#mn_mobile {
    display: none;
}

#CRbanner_home .CRcustom_dots ul.slick-dots {
    position: relative;
    bottom: unset;
    margin: 30px 0 0 0;
}

#CRbanner_home .CRcustom_dots ul.slick-dots li {
    margin: 0;
}

#CRbanner_home .CRcustom_dots ul.slick-dots li button:before {
    font-size: 10px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    color: transparent;
    width: 10px;
    height: 10px;
    opacity: 0.5;
    background-color: #ffffff;
}

#CRbanner_home .CRcustom_dots ul.slick-dots li.slick-active button:before {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    opacity: 1;
}

.CRcustom_dots ul.slick-dots {
    position: relative;
    bottom: unset;
    margin: 30px 0 0 0;
}

.CRcustom_dots ul.slick-dots li {
    margin: 0;
}

.CRcustom_dots ul.slick-dots li button:before {
    font-size: 10px;
    border-radius: 50%;
    color: transparent;
    width: 10px;
    height: 10px;
    border: 1px solid rgba(225,185,79,1);
    background-color: rgba(225,185,79,1);
    opacity: 1;
}

.CRcustom_dots ul.slick-dots li.slick-active button:before {
    border: 1px solid rgba(225,185,79,1);
    background-color: rgba(225,185,79,1);
    opacity: 1;
}

#CRlogo img {
    width: auto;
    height: 75px;
}

div#CRload_recruitment ul li span {
    display: none;
}

.CRlist_item_advisory li.empty {
    width: 100%;
}

#CRdetail_order ul li .title_mobile {
    display: none;
}

.CRlicense ul li img {
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.line_hide {
    display: none;
}

.CRmb_ico,.CRfilters_row_pd_mobile,.CRhide_sg,#CRlist_filters_product_mobile {
    display: none;
}

.active_slider .CRfix_width_slider {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.CRhide_mb_pd_row {
    display: block;
}

.CRmb_ico ul li {
    width: 20%;
    position: relative;
    text-align: center;
}

.CRmb_ico ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
    background-color: #fff;
}

.CRmb_ico ul li a span {
    color: #696969;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 12px;
}

li.additional_lg img {
    width: auto;
    height: 20px;
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 100%;
}

.CRmb_ico ul li i {
    color: rgba(225,185,79,1);
}

.CRlist_social svg {
    width: 14px;
    fill: #011c58;
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

li.additional_phone .CRico_phone i {
    color: #fff!important;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    font-size: 35px;
}

li.additional_phone .CRico_phone a {
    width: 70px;
    height: 70px;
}

li.additional_phone .CRico_phone {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    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;
    bottom: -20px;
}

li.additional_phone {
    z-index: 4;
}

li.additional_lg,li.additional_scroll,li.additional_def {
    z-index: 5;
}

.cr-facebook-messenger:before {
    content: url("../images/facebook-messenger-brands.svg");
}

.row.search-list h4.empty_item {
    width: 100%;
    text-align: center;
}

#CRlog_mobile {
    padding-bottom: 100px;
}

.search_product .CRitem_product {
    display: none;
}

@media only screen and (max-width: 1366px) {
    .CRitem_customer {
        width:800px;
    }
}

@media only screen and (max-width: 1199px) {
    .CR_custom_logo,.CR_custom_nav {
        -webkit-box-flex:unset;
        -ms-flex: unset;
        flex: unset;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
    }

    .main_header .container .row {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    #CRauthor_intro .CRstyle_author_title {
        font-size: 30px;
        line-height: normal;
        margin-bottom: 20px;
    }

    #CRauthor_intro .img_intro_box p {
        font-size: 30px;
    }

    div#CRsingle_blog_page .CRstyle_title {
        font-size: 30px;
        line-height: 40px;
        width: 100%;
    }

    #CRsingle_blog_content #CRsingle_blog_author,#CRlist_scroll_cont {
        width: 100%;
    }

    .CRitem_banner_home {
        height: 600px!important;
    }

    body #mn_mobile #CRgrmobile_nav #CRmobile_nav li>span i {
        color: #fff!important;
    }

    ul.main_menu>.menu-item-has-children>a:before {
        display: none;
    }

    .group_cart_head i {
        color: #000;
    }

    .CRgrbox_nav {
        height: 100%;
        position: relative;
    }

    .CRbox_nav {
        height: 90vh;
        max-height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .CRbox_nav::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #fff;
    }

    .CRbox_nav::-webkit-scrollbar {
        width: 2px;
        background-color: rgba(40,40,40,0.8);
    }

    .CRbox_nav::-webkit-scrollbar-thumb {
        background-color: #c5a056!important;
    }

    body #mn_mobile #CRgrmobile_nav #CRmobile_nav .menu-item-has-children>a {
        border: none!important;
        padding: 0 30px 0 1px!important;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    body #mn_mobile #CRgrmobile_nav #CRmobile_nav .menu-item-has-children.active_line>a {
        background: transparent!important;
    }

    body #mn_mobile #CRgrmobile_nav #CRmobile_nav .menu-item-has-children.active {
        background-color: transparent;
    }

    body #mn_mobile #CRgrmobile_nav #CRmobile_nav .menu-item-has-children.active_line {
        background: transparent;
        -webkit-transition: .5s all;
        -o-transition: .5s all;
        transition: .5s all;
    }

    body #mn_mobile #CRgrmobile_nav #CRmobile_nav li.active_line ul li.active_line {
        background: transparent;
    }

    body #mn_mobile #CRgrmobile_nav #CRmobile_nav .main_menu>.menu-item-has-children {
        position: inherit;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #ad7d2f5e!important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    body div#CRnav ul li.line_hide {
        display: none!important;
    }

    body #mn_mobile #CRgrmobile_nav #CRmobile_nav .main_menu .menu-item-has-children ul .menu-item-has-children {
        border-bottom: 1px solid #ad7d2f5e!important;
    }

    body #mn_mobile #CRgrmobile_nav #CRmobile_nav .main_menu .menu-item-has-children ul .menu-item-has-children.active_line>a {
        background: transparent!important;
    }

    body #mn_mobile #CRgrmobile_nav #CRmobile_nav .main_menu>.menu-item-has-children>span.show_menu {
        position: inherit;
        top: unset;
        left: unset;
        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;
        width: 30px;
        background: rgba(225,185,79,1);
        height: 30px;
        border-radius: 50%;
        margin: 0 20px 0 15px;
    }

    body li.line_hide {
        height: 50px!important;
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important;
        border-bottom: 1px solid #ad7d2f5e!important;
        text-align: left;
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important;
        background: #f16724!important;
    }

    .line_hide span.hide_submenu {
        cursor: pointer;
        position: inherit!important;
        left: unset!important;
        padding: 0 30px 0 35px!important;
    }

    /*body #mn_mobile #CRgrmobile_nav #CRmobile_nav .main_menu > .menu-item-has-children.active_line > ul.sub-menu {*/
    /*    right: 0 !important;*/
    /*}*/
    /*body #mn_mobile #CRgrmobile_nav #CRmobile_nav .main_menu > .menu-item-has-children > ul.sub-menu {*/
    /*    position: absolute !important;*/
    /*    top: 0;*/
    /*    bottom: 0;*/
    /*    right: -500px !important;*/
    /*    background-color: #393939;*/
    /*    z-index: 10;*/
    /*    display: block !important;*/
    /*    -webkit-transition: 1s all !important;*/
    /*    -o-transition: 1s all !important;*/
    /*    transition: 1s all !important;*/
    /*    max-height: 100vh;*/
    /*    overflow-y: auto;*/
    /*    height: 100%;*/
    /*}*/
    body #mn_mobile #CRgrmobile_nav #CRmobile_nav .menu-item-has-children>ul.sub-menu::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #fff;
    }

    body #mn_mobile #CRgrmobile_nav #CRmobile_nav .menu-item-has-children>ul.sub-menu::-webkit-scrollbar {
        width: 2px;
        background-color: rgba(40,40,40,0.8);
    }

    body #mn_mobile #CRgrmobile_nav #CRmobile_nav .menu-item-has-children>ul.sub-menu::-webkit-scrollbar-thumb {
        background-color: #c5a056!important;
    }

    .CRform_right .logo_web_ac img {
        width: 70%;
    }

    .login-cus {
        padding: 30px;
    }

    .CRgroup_rating_pd .top_ratingProduct .right,.CRgroup_rating_pd .top_ratingProduct .left {
        width: 100%;
    }

    .CRgroup_rating_pd .top_ratingProduct {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .CRgroup_rating_pd .top_ratingProduct .right {
        margin-top: 20px;
    }

    .info_custom_order ul {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .info_custom_order ul li:after {
        display: none;
    }

    .info_custom_order ul li {
        padding: 5px 0;
        width: 100%;
    }

    .info_custom_order {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .item_custom_order a.view_more {
        width: auto;
    }

    section#CRsingle_advisory_content .left .content h3 {
        font-size: 15px;
    }

    .cont_tax_advisory .content h2 {
        font-size: 25px;
        line-height: normal;
    }

    .CRlist_item_advisory {
        padding: 15px;
    }

    div#CRintro_page section#CRartner_home {
        padding-top: 30px!important;
    }

    section#CRsingle_recruit_top h1 {
        font-size: 30px;
    }

    div#CRrecruit_top_cont .content_down ul li:last-child {
        position: inherit;
        padding: 20px 0 0 0;
        margin-top: 20px;
    }

    div#CRrecruit_top_cont .top_cont_col .content {
        padding: 30px;
    }

    #CRcustomer_page .CRitem_banner_customer {
        padding: 50px 0;
    }

    #CRcustomer_page section#CRartner_home {
        padding: 50px 0 50px 0!important;
    }

    section#CRcustomer_page {
        margin-bottom: 20px;
    }

    .show_list,.CRgr_mode {
        right: 20px;
    }

    .show_list {
        width: 50px;
        height: 50px;
    }

    .show_list i:after {
        width: 60px;
        height: 60px;
    }

    body #mn_mobile #CRgrmobile_nav #CRmobile_nav li.active>span i {
        color: #fff!important;
    }

    body #mn_mobile #CRgrmobile_nav #CRmobile_nav li.active>a {
        background-color: transparent;
        color: #fff!important;
    }

    .CRstyle_title {
        font-size: 30px;
    }

    .CRcont_item_banner_home h1,.CRcont_item_banner_home h4 {
        font-size: 35px;
        margin: 50px 0 30px 0;
    }

    section#CRfeel_home,section#CRartner_home {
        padding: 0 0 50px 0!important;
    }

    section#CRcollection_home,section#CRlist_pd_home,section#CRgif_home {
        padding: 50px 0;
    }

    /*Nav Mobile*/
    div#CRlogin {
        margin: 0;
        display: none;
    }

    .group_header_se button#search_btn i {
        color: #ffffff;
    }

    div#CRhotline p,div#CRhotline a {
        color: #ffffff;
    }

    div#CRlog_mobile .group_header_se input#search::placeholder {
        color: #08233f;
        font-size: 15px;
        font-weight: 700;
    }

    div#CRlog_mobile .group_header_se input#search {
        background-color: #ffffff;
        height: 50px;
        line-height: normal;
    }

    div#CRlog_mobile .group_header_se {
        width: 100%;
        height: 50px;
        padding: 0;
        border: none;
    }

    .group_header_se button#search_btn {
        width: 50px;
        background-color: rgba(225,185,79,1);
    }

    div#CRlog_mobile div#CRhotline {
        padding: 0 30px 0 50px!important;
        background: #393939;
        border-top: 1px solid #b78c3e;
        height: 50px;
    }

    .top_header .row {
        padding: 10px 0;
    }

    div#CRhotline p,div#CRhotline a {
        line-height: normal;
    }

    body {
        overflow-x: hidden;
    }

    #CRlogo img {
        width: 100px;
        height: auto;
    }

    span.show_menu {
        position: absolute;
        top: 12px;
        left: 20px;
        cursor: pointer;
        display: none;
        z-index: 9;
        width: 50px;
        height: 30px;
    }

    /*#CRmobile_nav {*/
    /*    max-height: 400px;*/
    /*    overflow-y: auto;*/
    /*}*/
    #CRmobile_nav::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #fff;
    }

    #CRmobile_nav::-webkit-scrollbar {
        width: 2px;
        background-color: rgba(40,40,40,0.8);
    }

    #CRmobile_nav::-webkit-scrollbar-thumb {
        background-color: #c5a056!important;
    }

    body #mn_mobile #CRgrmobile_nav #CRmobile_nav ul.sub-menu {
        pointer-events: auto!important;
        position: inherit!important;
        margin: 0!important;
        left: unset!important;
        right: unset!important;
        visibility: visible!important;
        opacity: 1!important;
        padding-top: 0!important;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        width: 100%;
        transform: unset!important;
        -webkit-transition: unset!important;
        -o-transition: unset!important;
        transition: unset!important;
    }

    body #mn_mobile #CRlog_mobile li a i {
        padding-right: 10px;
        color: rgba(225,185,79,1);
    }

    ul.sub-menu>li {
        height: unset;
    }

    body #mn_mobile #CRgrmobile_nav #CRmobile_nav ul.sub-menu:after,body #mn_mobile #CRgrmobile_nav #CRmobile_nav ul.sub-menu:before {
        display: none!important;
    }

    body #mn_mobile #CRgrmobile_nav #CRmobile_nav ul.sub-menu {
        display: none;
    }

    body #mn_mobile #CRlog_mobile ul,body #mn_mobile #CRgrmobile_nav #CRmobile_nav ul {
        margin: 0!important;
    }

    body #mn_mobile #CRlog_mobile li a:after,body #mn_mobile #CRgrmobile_nav #CRmobile_nav ul li a:after {
        display: none;
    }

    body #mn_mobile #CRlog_mobile li,body #mn_mobile #CRgrmobile_nav #CRmobile_nav li {
        padding: 0!important;
        position: relative;
        background-color: transparent;
        width: 100%;
        display: block;
    }

    body #mn_mobile #CRgrmobile_nav #CRmobile_nav li.active_line>span i {
        color: #fff!important;
    }

    body #mn_mobile #CRgrmobile_nav #CRmobile_nav li.active_line>a {
        background: transparent;
        color: #fff!important;
    }

    .CRchild_nav:after,.CRchild_nav:before {
        display: none;
    }

    body #mn_mobile #CRlog_mobile li a,body #mn_mobile #CRgrmobile_nav #CRmobile_nav li a {
        padding: 0 30px 0 50px!important;
        border-bottom: 1px solid #ad7d2f5e!important;
        width: 100%;
        min-height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #ffffff!important;
        text-transform: capitalize;
        font-size: 13px!important;
        text-align: left;
        line-height: normal;
    }

    body #mn_mobile #CRgrmobile_nav #CRmobile_nav .menu-item-has-children>ul li>a {
        padding-left: 70px!important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    body #mn_mobile #CRgrmobile_nav #CRmobile_nav .menu-item-has-children>ul li>span {
        left: 15px;
        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;
    }

    #CRgrmobile_nav .close_submn a {
        display: block;
        width: 100%;
        color: #fff!important;
    }

    #CRgrmobile_nav .close_submn {
        padding: 20px;
        border-bottom: 2px solid rgba(225,185,79,1);
        background: rgba(225,185,79,1);
    }

    .ico_submenu {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        display: inline-block;
        cursor: pointer;
    }

    .top_header {
        display: none;
    }

    div#CRgrmobile_ico {
        float: right;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    div#CRgrmobile_ico .group_cart_head {
        margin-right: 20px;
    }

    #CRgrmobile_nav.active {
        visibility: visible;
        right: 0;
        -webkit-transition: 0.4s all;
        -o-transition: 0.4s all;
        transition: 0.4s all;
    }

    #CRgrmobile_nav {
        z-index: 9;
        top: 0;
        bottom: 0;
        width: 500px;
        height: 100vh;
        background-color: #393939;
        position: fixed;
        right: -500px;
        visibility: hidden;
        -webkit-transition: 0.4s all;
        -o-transition: 0.4s all;
        transition: 0.4s all;
    }

    #main-navigation {
        display: none;
    }

    #mn_desk {
        display: none;
    }

    .search-header {
        position: absolute!important;
        right: 57px;
        top: 10px;
        z-index: 1!important;
    }

    .search-header .search_open {
        padding: 10px 20px!important;
    }

    span.show_menu,#mn_mobile {
        display: block;
    }

    /*End Nav Mobile*/
    div#CRad_header a.close_ad {
        right: calc((100% - 960px)/2);
    }

    #CRcheckout_form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    #CRcheckout_form #order_review {
        margin-bottom: 30px;
    }

    .checkout-step-info {
        padding-right: 0;
    }

    .CRconts_contact .title {
        font-size: 15px;
        line-height: 35px;
    }

    .CRconts_contact .logo_ct img {
        height: 80px;
    }

    header#header {
        height: 88px;
    }
}

@media only screen and (max-width: 1024px) {
    .CRcustom_meta_pd .CRgroup_title_pd {
        padding:20px 0;
    }

    ul.CRlist_sidebar_pd li {
        width: 50%;
        padding: 20px 10px!important;
    }

    ul.CRlist_sidebar_pd {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -10px;
    }

    #CRfillter_center .CRfillter_center_right {
        padding: 30px 0 0;
    }

    .CRdefRadio,.CRdefRadio {
        margin: -10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .CRdefRadio li,.CRdefRadio li {
        padding: 10px;
        width: max-content;
    }

    #CRfillter_center .CRfillter_center_right {
        width: 100%;
        height: max-content;
    }

    #CRfillter_center .CRfillter_center_left {
        position: absolute;
        width: 100%!important;
        height: max-content;
        background-color: #f9f9f9;
        z-index: 5;
        left: 0;
    }

    .CRfilter_capacity,.CRfilter_color,.CRfilter_price,.CRfilter_lumens {
        padding: 20px;
    }

    #CRfillter_center {
        position: relative;
    }

    #CRfillter_center .CRfillter_center_left.hide {
        left: -110%;
        filter: unset;
        -webkit-filter: unset;
    }

    section#CRitems_slider_recruitment .CRstyle_title.CRtitle_line {
        color: #000000;
    }

    .customm_arrow.right {
        right: 0!important;
    }

    .customm_arrow.left {
        left: 0!important;
    }

    .footer_bottom {
        padding: 10px 0;
    }

    .footer_bottom .box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer_bottom .box div {
        width: 100%;
    }

    #CRlist_best_sell_home .CRitem_product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .CRitem_banner_home {
        height: 500px!important;
    }

    .drift-zoom-pane {
        display: none!important;
    }

    .CRcustom_thumb_slider .item_thumb {
        height: 400px;
        margin-bottom: 20px;
    }

    .CRcustom_meta_pd .drift-zoom-pane {
        display: none!important;
    }

    .CRlist_term_special li a {
        font-size: 15px;
    }

    section#CRcontent_products_page {
        margin: 30px 0 60px 0;
    }

    .CRgr_item_pd .pd_view {
        height: 220px;
    }

    .CRgr_item_pd .pd_content .product_attr {
        font-size: 14px;
    }

    .CRgr_item_pd .pd_content .product_name {
        line-height: 22px!important;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        height: 22px;
        max-height: 22px;
        font-size: 14px!important;
    }

    .CRgr_item_pd .pd_content {
        padding: 15px;
    }

    .CRdef_content_single .CRpost_cont h1,.CRdef_content_single .CRpost_cont h2,.CRdef_content_single .CRpost_cont h3,.CRdef_content_single .CRpost_cont h4 {
        line-height: normal;
    }

    section#CRsingle_advisory_content .left .content {
        padding: 20px;
    }

    .CRitem_banner_advisory {
        padding: 50px 0;
    }

    section#CRcontent_top_advisory .CRcont_banner_advisory {
        width: 100%;
    }

    .item_slider_recruitment .CRcontent {
        padding: 40px;
        height: 330px;
    }

    div#CRslider_recruitment {
        background-color: transparent;
        box-shadow: unset;
    }

    section#CRgr_slider_recruitment {
        margin-bottom: 30px;
    }

    section#CRcontent_slider_recruitment h4.CRstyle_title {
        font-size: 30px;
    }

    section#CRcontent_slider_recruitment {
        padding: 100px 0;
    }

    section#CRitems_slider_recruitment {
        margin-top: 40px;
    }

    .CRitem_customer {
        height: 450px;
    }

    div#CRad_header {
        height: auto;
    }

    div#CRad_header img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .CRitem_feel_home_for {
        width: 100%;
    }

    .CRcont_item_banner_home {
        width: 70%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-left: 0;
    }

    div#CRad_header a.close_ad {
        right: 0;
    }
}

@media only screen and (max-width: 992px) {
    .CRitem_term_blog .ico img {
        margin:0 auto;
    }

    .CRitem_term_blog {
        border-left: 1px solid #ebebeb;
        border-right: 1px solid #ebebeb;
    }

    .CRlist_term_blog_box {
        margin-bottom: 0!important;
    }

    .CRlist_term_blog {
        padding: 30px 0 10px;
    }

    .CRlist_term_blog .CRcustom_dots ul.slick-dots {
        margin: 10px 0 0 0;
    }
}

@media only screen and (max-width: 991px) {
    .CRcustom_comment_pd {
        padding-right:0!important;
    }

    .CRgroup_rating_pd .item_ratingProduct li {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .CRvideo_pd iframe {
        height: 300px;
    }

    #CRauthor_process img {
        height: auto;
    }

    #CRauthor_intro,#CRauthor_process,#CRauthor_target {
        padding: 50px 0!important;
    }

    #CRauthor_intro .img_intro_box {
        height: 300px;
    }

    #CRauthor_process .CRstyle_author_title {
        text-align: center;
        margin: 0 0 20px;
    }

    #CRauthor_target .CRstyle_author_cont {
        width: 100%;
    }

    #CRauthor_target .social_author_box {
        margin-top: 30px;
    }

    #CRauthor_process p {
        margin: 0 auto 30px auto;
        width: 100%;
    }

    .show_list,.CRgr_mode {
        right: unset;
        left: 0;
    }

    #CRsingle_blog_related .title {
        font-size: 30px;
    }

    .CRsingle_blog_col {
        margin-bottom: 50px;
    }

    #CRsingle_blog_related {
        padding: 50px 0 0 0;
    }

    .CRdef_content_author .content .author_left img {
        width: 200px;
        height: 200px;
        -o-object-fit: contain;
        object-fit: contain;
        border-radius: 50%;
    }

    .CRdef_content_author .content .author_right ul {
        margin: 0 -10px 30px;
        width: 100%;
    }

    .CRdef_content_author .content .author_right a.btn-style {
        margin: 0;
    }

    .CRdef_content_author .box {
        margin-top: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .CRdef_content_author .content .author_left {
        width: 100%;
    }

    .CRdef_content_author .content .author_right {
        width: 100%;
        padding: 30px 0 0;
    }

    section#CRsingle_blog_content,#CRblogview_page .blogview_news {
        padding: 50px 0!important;
    }

    section#CRhistory_vision_intro,#CRinfo_intro .CRcont_info {
        padding: 30px 0 0!important;
    }

    #CRinfo_brand_intro #CRinfo_intro {
        padding-bottom: 30px;
    }

    #CRbrand_intro .CRcont_brand {
        padding: 0 0 30px 0!important;
    }

    #CRinfo_brand_intro {
        padding: 50px 0;
    }

    .CRgr_item_pd .pd_content {
        background: rgb(249 249 249 / 0.5);
    }

    .CRgr_item_pd .pd_content .price.product_price_after {
        padding-top: 5px;
    }

    .CRgroup_left_form_home {
        margin-bottom: 20px;
    }

    #CRlist_collection_home {
        padding: 10px 0 0 0;
    }

    #CRlist_collection_home.CRcustom_dots_dif ul.slick-dots {
        margin: 20px 0 0 0!important;
    }

    .CRitem_collection .content {
        bottom: 50%;
    }

    .CRbtn_item_pdhome a.btn-style {
        font-size: 11px;
        height: 40px;
        padding: 0 10px;
        min-width: 100%;
    }

    .CRquick_view a {
        height: 35px;
        font-size: 13px;
    }

    .CRitem_product .CRquick_view {
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        transition: 0.5s all;
        bottom: 0!important;
    }

    .copyright {
        font-size: 10px;
        padding-bottom: 10px;
    }

    .footer_top {
        padding: 20px 0;
    }

    .CRico_phone a,#button_back_top {
        width: 40px;
        height: 40px;
    }

    .CRico_phone {
        left: 20px;
    }

    .img_social img,.CRmap_ft img {
        width: auto;
        height: 150px;
    }

    .footer-title {
        margin-bottom: 10px;
    }

    .CRcont_nav_mobile {
        display: none;
    }

    .ft_mn_right .content {
        margin: 0;
    }

    .ft_first,.ft_mn,.ft_last {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ft_mn_right .content .item {
        width: 100%!important;
    }

    /*#CRlist_filters_product_mobile {*/
    /*    display: block;*/
    /*}*/
    /*#CRlist_filters_product {*/
    /*    display: none;*/
    /*}*/
    #CRcart_page {
        margin-bottom: 50px;
    }

    .CRcustom_thumb_slider .slider_cont_pd .slider_for {
        height: 400px;
    }

    .CRlist_content_def_pd {
        width: 100%;
    }

    #CRsingle_product_center .CRcustom_content_pd,.CRcustom_comment_pd {
        padding-right: 0;
    }

    .CRproduct_web_comment {
        padding: 20px;
        margin-bottom: 30px;
    }

    .CRproduct_web_comment #review_form_wrapper .form-submit {
        margin: 20px 0 0 0!important;
    }

    .CRgroup_rating_pd .top_ratingProduct .right {
        margin-top: 0;
    }

    .CRgroup_rating_pd .top_ratingProduct .right,.CRgroup_rating_pd .top_ratingProduct .left {
        width: 50%;
    }

    .CRgroup_view_detail_order h4 {
        font-size: 12px;
    }

    #CRcheckout_nav_step,#CRcheckout_nav_step .checkout_nav li:before,#CRcheckout_nav_step .checkout_nav li:after {
        display: none;
    }

    #gr_custom_thank_pay .gr_img img {
        width: 100%;
        height: auto;
    }

    #CRcheckout_nav_step .checkout_nav li.active {
        background-image: -webkit-gradient(linear,left top,right top,from(#a37224),color-stop(1%,#a37224),to(#ffeda9));
        background-image: -o-linear-gradient(left,#a37224 0%,#a37224 1%,#ffeda9 100%);
        background-image: linear-gradient(to right,#a37224 0%,#a37224 1%,#ffeda9 100%);
    }

    div#CRwoo_checkout_thank li.nav_item.check a {
        color: #43b77a!important;
    }

    #CRcheckout_nav_step .checkout_nav li.nav_item.done.check a {
        color: #43b77a!important;
    }

    #CRcheckout_nav_step .checkout_nav li a p {
        display: none!important;
        margin: 0!important;
    }

    .CRrange_price {
        width: 100%;
    }

    div#CRlist_filters_product {
        position: relative;
    }

    div#CRlist_filters_product .right .CRgritem_filter {
        margin: 0 -5px;
    }

    div#CRlist_filters_product .left .item_filter {
        width: 33.33%;
        padding: 5px;
    }

    div#CRlist_filters_product .right .item_filter {
        padding: 5px;
        width: 33.33%;
    }

    /*div#CRlist_filters_product .right {*/
    /*    width: 33.33% !important;*/
    /*}*/
    div#filter_price .gr_price {
        width: 100%;
    }

    div#CRlist_filters_product .right,div#CRlist_filters_product .left {
        width: 100%;
    }

    div#CRlist_filters_product .left .item_filter:first-child {
        width: 100%!important;
    }

    #CRlist_filters_product,#CRfilters_product .left .CRgritem_filter {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .CRnav_account {
        max-width: 100%;
    }

    #CRproduct_view h3 {
        font-size: 20px;
    }

    .avar_ac_woo h4 {
        font-size: 12px;
        text-align: center;
    }

    .woocommerce-account .woocommerce-MyAccount-content,.woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100%;
    }

    .woocommerce-account nav.woocommerce-MyAccount-navigation {
        margin-bottom: 30px;
    }

    .CRlist_item_advisory {
        height: auto;
    }

    .CRlist_item_advisory ul {
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -5px;
    }

    .CRlist_item_advisory li {
        width: 50%;
        padding: 5px;
    }

    section#CRlist_advisory {
        padding: 30px 0;
    }

    .img_tax_advisory {
        height: 450px;
    }

    .CRgroup_item_def_policy .icon_box_sec_flex {
        margin: 0 -30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .CRgroup_item_def_policy .icon_box_sec_flex .item_icon_box {
        padding: 30px;
    }

    .list_cols_policy .gr_item_cols_policy {
        width: 100%;
    }

    .item_cols_policy {
        padding: 30px;
        height: auto;
    }

    .CRgroup_item_def_sv .images {
        height: 300px;
    }

    section#CRsingle_recruit_bottom .content_field .def_recruits:nth-child(3) h4.title_sub_cont_recruits span {
        width: 100%;
    }

    div#CRsingle_recruit_page {
        padding-bottom: 30px;
    }

    section#CRsingle_recruit_top h1 {
        font-size: 20px;
    }

    section#CRcontent_slider_recruitment h4.CRstyle_title {
        font-size: 21px;
    }

    section#CRrecruitment_table {
        margin-bottom: 30px;
    }

    li.num_rec,div#CRhead_list_recruitment {
        display: none!important;
    }

    .CRitem_recruitment .btn_rec a {
        margin: 0;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        height: auto;
        padding: 0;
        border: none;
        color: #0e5799!important;
        background-color: transparent!important;
        text-decoration: underline!important;
    }

    .CRitem_recruitment h4 {
        height: auto;
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content;
        overflow: hidden;
        -o-text-overflow: unset;
        text-overflow: unset;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
    }

    .CRitem_recruitment {
        width: 50%;
        padding: 10px;
    }

    div#CRload_recruitment {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -10px;
    }

    .CRdef_recruitment ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-bottom: 1px solid #09233f;
        padding-bottom: 10px;
    }

    div#CRload_recruitment ul li {
        border: none;
        padding: 5px 0;
        min-height: -webkit-max-content;
        min-height: -moz-max-content;
        min-height: max-content;
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .CRitem_recruitment .address_rec p {
        height: auto;
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content;
        overflow: inherit;
        -o-text-overflow: ellipsis;
        text-overflow: unset;
        display: block;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
        text-align: left;
    }

    .item_slider_recruitment .CRcontent h4 {
        font-size: 15px;
        height: 48px;
        max-height: 48px;
        line-height: 24px;
    }

    .CRfaqs_content_left .img img {
        width: 100%;
        height: 300px;
        -o-object-fit: cover;
        object-fit: cover;
        margin-bottom: 40px;
    }

    .CRfaqs_content_right {
        padding-left: 15px;
    }

    .CRcont_item_banner_customer {
        width: 100%;
    }

    .CRitem_customer {
        height: 400px;
        width: 500px;
    }

    .CRstyle_author_title {
        font-size: 30px;
        margin: 20px 0;
    }

    div#CRsingle_blog_page .CRpost_cont {
        width: 100%;
    }

    section.breadcrumbs ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    nav.breadcrumb ul li cite {
        font-size: 12px;
    }

    .newsright,.newsleft {
        margin-bottom: 10px;
    }

    .item_post_half,.item_post_full .item_post_cust,.item_post_full .item_post_cust .img_item_cont_post {
        height: 450px;
    }

    .CRitem_banner_home {
        padding: 100px 0;
    }

    .CRitem_collection .content h3 {
        font-size: 18px;
    }

    .CRitem_collection {
        height: 450px;
    }

    .CRitem_item_advisory_home {
        height: 400px;
    }

    .ft_first,.ft_mn,.ft_last {
        padding: 0;
    }

    .footer_top .row {
        margin: 0;
    }

    .footer_top .item {
        padding: 10px 0 0!important;
    }

    li.def-form-field:first-child,.CRform_shortcode_home {
        width: 100%;
    }

    section#CRlist_store_contact ul li h1,section#CRlist_store_contact ul li h2,section#CRlist_store_contact ul li a {
        font-size: 30px;
    }

    .CRform_contact,.CRconts_contact {
        padding: 50px;
    }

    section#CRvision_intro,section#CRhistory_intro {
        padding-bottom: 30px;
    }

    div#CRachievement_content {
        margin-top: 0;
    }

    .CRachievement_img {
        margin-bottom: 30px;
    }

    section#CRachievement_intro {
        padding: 30px 0;
    }

    .right.CRcol_item_vision .CRitem_vision {
        padding-top: 14px!important;
    }

    .right.CRcol_item_vision .CRitem_vision,.left.CRcol_item_vision .CRitem_vision {
        padding: 7px 0;
        height: 300px!important;
    }

    #CRlist_vision .CRgr_item_vision .CRcont_item_vision .content {
        overflow-y: auto;
        max-height: 72px;
    }

    div#CRlist_workshop_intro .img_workshop {
        height: 300px;
    }

    section#CRhistory_intro .CRcont_his,section#CRworkshop_intro .CRcont_workshop {
        width: 100%;
    }

    .CRitem_personnel .des,.CRitem_personnel h4,.CRitem_personnel p {
        color: #fff;
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        transition: 0.5s all;
        opacity: 1;
    }

    section#CRpersonnel_intro {
        padding-bottom: 30px;
    }

    section#CRworkshop_intro,section#CRcertification_intro {
        padding: 30px 0;
    }

    .CRitem_personnel {
        background-color: #082340;
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        transition: 0.5s all;
    }

    section#CRintro_recruitment .CRcont_intro {
        width: 100%;
    }

    .CRstyle_title br {
        display: none;
    }

    div#CRload_recruitment ul li span {
        color: #333333;
        font-size: 13px;
        padding-right: 5px;
        display: block;
        font-weight: 700;
        text-transform: uppercase;
    }

    .CRitem_recruitment p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .CRerror_content {
        width: 100%;
    }

    .CRitem_row_pd h2 {
        font-size: 16px;
        padding: 0 15px;
        width: max-content;
        max-width: 70%;
    }

    .CRitem_row_pd .box_title {
        margin: 30px 0;
    }

    .CRterms_vertical ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .CRterms_vertical ul li {
        width: 33.33%;
    }

    .CRterms_vertical ul li a img {
        display: none;
    }

    .CRterms_vertical ul li a {
        padding: 15px;
    }

    .CRterms_vertical h3 {
        font-size: 15px;
        padding: 15px;
        text-align: center;
    }

    .CRterms_vertical {
        margin-bottom: 30px;
    }

    #CRproducts_home {
        padding-bottom: 30px;
    }

    section#CRcollection_home,section#CRlist_pd_home,section#CRgif_home {
        padding: 30px 0;
    }

    .CRterms_horizontal li {
        width: 50%;
    }

    span.show_menu_mb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .CRcustom_dots_dif .slick-dots {
        margin: 20px 0 10px!important;
    }

    .CRcustom_dots_dif ul.slick-dots li.slick-active button:before {
        border: 1px solid rgba(225,185,79,1);
        background-color: rgba(225,185,79,1);
        opacity: 1;
    }

    .CRcustom_dots_dif ul.slick-dots li button:before {
        border: 1px solid rgba(225,185,79,1);
        background-color: rgba(225,185,79,1);
        opacity: 1;
    }

    #CRintro_page #CRartner_home .container {
        padding-bottom: 20px;
    }

    .CRitem_support {
        height: 250px;
    }

    .CRitem_support .content h3 {
        font-size: 15px;
    }

    .CRlist_support_child {
        padding: 0 0 30px;
    }

    #CRdefault_support {
        padding: 40px 0;
    }

    .CR_item_promotion.CRpromotion_full {
        padding-bottom: 10px;
    }

    .CR_item_promotion .img_tax_promotion {
        height: 350px;
    }

    #CRlist_promotion {
        padding: 50px 0;
    }

    .CRrow_term_blog_box .title_term {
        font-size: 20px;
    }

    .CRinfo_products_page_right .content {
        padding: 30px 0 0;
    }

    #CRinfo_products_page {
        padding: 40px 0;
    }

    #CRinfo_products_page .CRinfo_products_page_left .content img {
        height: auto;
        -o-object-fit: contain;
        object-fit: contain;
    }

    #CRlist_endow_sidebar {
        margin: 30px 0;
    }

    #CRquickView_box {
        padding: 20px;
        position: relative;
        height: 100%;
        max-height: 500px;
        overflow-y: auto;
    }

    #CRquickView_box::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #fff;
    }

    #CRquickView_box::-webkit-scrollbar {
        width: 5px;
        background-color: rgba(40,40,40,0.8);
    }

    #CRquickView_box::-webkit-scrollbar-thumb {
        background-color: rgba(225,185,79,1)!important;
    }

    #CRquickView_box .CRcustom_meta_pd {
        padding: 20px 0;
    }

    a.CRclose_quickview {
        top: 10px;
        right: 10px;
        z-index: 9;
    }

    .CRproduct_reviews h3 {
        font-size: 25px;
    }

    #CRsingle_product_top {
        padding-bottom: 30px;
    }

    .CRlist_item_blog {
        padding-bottom: 30px;
    }

    .CRitem_term_blog {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 959px) {
    .CRgritem_filter {
        padding:0 5px;
    }

    .CRcont_item_banner_home {
        width: 100%;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        position: initial;
    }

    .CRgr_mode {
        right: 10px;
    }

    div#list_process .col_item_process_author img {
        height: 200px;
    }
}

@media only screen and (max-width: 768px) {
    header#header {
        height:58px;
    }

    .CRitem_certification .des {
        margin: 0;
        opacity: 1;
    }

    #CRcertification_intro .CRcustom_dots ul.slick-dots {
        margin-top: 0!important;
    }

    .CRlist_tab_detail_pd ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .CRlist_tab_detail_pd li {
        width: 33.33%;
        border: 1px solid #ffffff;
    }

    .CRlist_tab_detail_pd ul a {
        font-size: 11px;
        height: 40px;
        background-color: #f3f3f3;
        text-align: center;
        padding: 10px 5px;
    }

    .CRgroup_rating_pd {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 30px;
    }

    .CRgroup_rating_pd .bottom_ratingProduct a {
        margin: 30px auto 0;
    }

    .CRgroup_rating_pd .item_ratingProduct {
        width: 100%;
    }

    .CRgroup_rating_pd .item_ratingProduct.top_ratingProduct,.CRgroup_rating_pd .item_ratingProduct.center_ratingProduct {
        width: 50%;
    }

    ul.CRbirth li {
        margin-bottom: 25px!important;
        padding: 0;
        width: 100%;
    }

    ul.CRbirth {
        margin: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #CRauthor_intro,#CRauthor_process,#CRauthor_target {
        padding: 30px 0!important;
    }

    .CRdef_list_scroll_cont {
        padding: 20px;
    }

    .CRitem_term_blog h2 {
        font-size: 12px;
    }

    .CRitem_term_blog .content {
        padding: 15px;
    }

    div#CRlist_workshop_intro {
        margin: 0 -10px 0 -10px;
    }

    .CRlist_cont_workshop .item:after {
        display: none;
    }

    .CRlist_cont_workshop .item .content .cont {
        width: 50%;
        padding: 10px;
        text-align: center;
        margin: 0 auto;
    }

    .CRlist_cont_workshop .item .content .ico {
        width: 100%;
        text-align: center;
    }

    .CRlist_cont_workshop .item .content .ico img {
        height: 40px;
        margin: 0 auto;
    }

    #CRbanner_box h1 {
        font-size: 30px;
    }

    #CRbanner_box {
        height: 200px;
    }

    .CRcustom_arrows_dif .customm_arrow.right {
        right: calc(50% - 25px)!important;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
    }

    .CRcustom_arrows_dif .customm_arrow.left {
        left: calc(50% - 25px)!important;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
    }

    .CRcustom_arrows_dif .customm_arrow i {
        font-size: 35px;
        color: rgba(225,185,79,1)!important;
    }

    #CRlist_best_sell_home.CRcustom_arrows_dif .customm_arrow {
        top: 0;
    }

    .empty_pd p {
        font-size: 15px;
    }

    #CRlist_best_sell_home {
        margin: 15px -10px -10px;
        padding-top: 50px;
    }

    #CRicos_intro_home {
        margin: 0;
    }

    .CRico_intro_home img {
        margin: 0 auto;
    }

    .CRbtn_item_pdhome {
        padding: 30px 0 0;
    }

    .CRterms_vertical ul li {
        width: 50%;
    }

    .CRgr_item_pd .pd_view img {
        max-width: 90%;
        max-height: 90%;
    }

    .CRgr_item_pd .pd_view {
        height: 220px!important;
        padding-bottom: 40px;
    }

    section#CRbanner_home .slick-dots {
        bottom: 20px;
    }

    #CRerror_page {
        padding: 30px 0;
    }

    .CRcustom_thumb_slider .item_thumb {
        height: 350px;
    }

    section#CRform_def_log_reg {
        margin: 40px 0;
    }

    .CRcustom_meta_pd .price span {
        font-size: 20px;
    }

    .CRcustom_thumb_slider .slider_cont_pd .slider_for {
        height: 350px;
    }

    /*.slider_cont_pd .item_slider_nav {*/
    /*    height: 100px !important;*/
    /*}*/
    .CRcustom_thumb_slider .item_slider_for p {
        font-size: 15px;
    }

    #CRsingle_product_center {
        margin: 30px -15px;
    }

    .CRcustom_meta_pd .detail_product_attr a,.CRcustom_meta_pd .detail_product_attr,.CRcustom_meta_pd .detail_title {
        font-size: 25px;
    }

    #CRsingle_product_page .CRsingle_product {
        padding: 30px 0;
    }

    div#CRwoo_checkout_thank {
        margin-bottom: 30px;
    }

    .CRlist_term_special li {
        padding: 5px 10px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    .CRlist_term_special ul {
        margin: 0 -10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    div#CRlist_term_special {
        margin-bottom: 10px;
    }

    .gr_cart_empty {
        padding: 100px 0!important;
    }

    .gr_cart_empty .CRstyle_title {
        font-size: 20px!important;
    }

    .CRgr_item_pd .pd_content .product_attr,.CRgr_item_pd .pd_content .product_name {
        font-size: 12px;
    }

    .woocommerce-account .container .woocommerce {
        margin: 40px auto 60px auto!important;
    }

    .cont_tax_advisory {
        padding: 30px 15px;
        width: 100%;
    }

    .img_tax_advisory {
        height: 250px;
        width: 100%;
    }

    .cont_tax_advisory .content p {
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content;
    }

    .CRcont_item_advisory {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    section#CRdefault_policy {
        padding: 20px 0 40px 0;
    }

    .CRgroup_item_def_policy .icon_box_sec_flex .item_icon_box {
        width: 50%;
    }

    .CRitem_def_policy .title_def_policy {
        font-size: 25px;
        line-height: normal;
    }

    .CRgroup_item_def_sv h4 {
        font-size: 25px;
    }

    .CRgroup_item_def_sv {
        margin-bottom: 30px;
    }

    div#CRintro_page section#CRartner_home {
        padding-top: 0!important;
    }

    .CRitem_recruitment {
        width: 100%;
    }

    section#CRintro_recruitment,section#CRcontent_slider_recruitment {
        padding: 30px 0;
    }

    div#list_support div#accordion {
        margin-bottom: 30px;
    }

    #list_support a.load_more_btn {
        min-width: 100%;
        margin-bottom: 20px;
    }

    div#CRfaqs_content {
        margin-bottom: 10px;
    }

    .terms_faqs ul li {
        width: 50%;
        padding: 10px;
    }

    .terms_faqs ul {
        margin: -10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .CRitem_banner_customer h1 {
        font-size: 20px;
        line-height: normal;
        margin-bottom: 20px;
    }

    div#list_process .col_item_process_author {
        width: 100%;
        padding: 10px 0;
    }

    div#list_process {
        margin: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px;
    }

    .CRdef_content_author .content .author_right,.CRdef_content_author .content .author_left {
        width: 100%;
        padding: 20px 0;
    }

    .CRdef_content_author .content .author_left img {
        width: auto;
        height: 200px;
    }

    .CRdef_content_author .content .author_right {
        text-align: center;
    }

    .CRdef_content_author .content .author_right a.btn-style {
        margin: 0 auto;
    }

    .CRdef_content_author .content .author_right ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .CRdef_content_single .CRpost_cont .wp-caption {
        margin: 20px 0;
    }

    section#CRsingle_blog_content {
        padding: 80px 0 50px 0;
    }

    .CRdef_content_single .CRpost_cont h1,.CRdef_content_single .CRpost_cont h2,.CRdef_content_single .CRpost_cont h3,.CRdef_content_single .CRpost_cont h4 {
        font-size: 20px;
        margin: 0 0 20px 0;
    }

    .CRsingle_blog_col {
        margin-bottom: 30px;
    }

    .CRdef_content_author .content .author_right .des_author {
        text-align: justify;
    }

    #CRlist_vision .CRgr_item_vision {
        padding: 20px;
    }

    #CRlist_vision .CRgr_item_vision .CRcont_item_vision {
        left: 20px;
        right: 20px;
    }

    form#form_filter_store {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    div#location_map {
        height: 400px!important;
        min-height: 400px!important;
    }

    div#list_store {
        height: 320px;
    }

    div#CRgallery_store h4 {
        font-size: 20px;
    }

    .CRbtn_filter_store {
        text-align: center;
        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;
        width: 100%;
        padding: 30px 0 0 0;
    }

    .CRfilter_store {
        margin: -5px 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .CRfilter_store .CRgr_select {
        width: 100%;
        padding: 5px 0;
    }

    section#CRcontact {
        padding: 45px 0 45px 0;
    }

    section#CRlist_store_contact ul li:after {
        height: 25px;
    }

    section#CRlist_store_contact ul li {
        padding: 0 10px;
    }

    section#CRlist_store_contact ul {
        margin: 0 -10px;
    }

    section#CRlist_store_contact ul li h1,section#CRlist_store_contact ul li h2,section#CRlist_store_contact ul li a {
        font-size: 20px;
    }

    .CRform_contact,.CRconts_contact {
        padding: 30px;
    }

    section#CRlist_pd_home a.btn-style.btn_hook {
        margin-top: 30px;
    }

    .CRform_shortcode_home h4 {
        font-size: 25px;
    }

    .CRcont_item_banner_home h1,.CRcont_item_banner_home h4 {
        margin: 0;
        padding: 0;
        text-align: center
    }

    .CRcont_item_banner_home p {
        line-height: 22px;
        font-size: 16px;
        text-align: center;
    }

    .CRcont_item_banner_home h1:after,.CRcont_item_banner_home h4:after {
        content: '';
        height: 1px;
        left: 0;
        right: 0;
        background-color: #fff;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        top: 0;
    }

    div#CRad_header img {
        width: 100%;
        height: auto;
        object-fit: cover;
        min-height: 25px;
    }

    .gr-def-form-btn span.ajax-loader {
        right: 0;
    }

    .CRlogo_banner img {
        width: auto;
        height: 50px;
    }

    .CRitem_item_advisory_home {
        height: 250px;
    }

    .CRitem_collection {
        height: 350px;
    }

    section#CRgif_home .icon_box_sec_flex {
        margin-top: 10px;
    }

    section#CRgif_home .row.CRcustom_dots.slick-dotted {
        margin-bottom: 0;
    }

    section#CRgif_home .CRcustom_dots ul.slick-dots {
        margin: 0;
    }

    section#CRgif_home .img_icon_box_sec img {
        margin: 0 auto;
    }

    .CRitem_banner_home {
        padding: 80px 0;
        height: auto!important;
        min-height: 300px!important;
    }

    .CRcont_item_banner_home h1,.CRcont_item_banner_home h4,.CRstyle_title {
        font-size: 25px;
    }

    section#CRintro_home,section#CRaform_reg_home {
        padding: 30px 0;
    }

    .footer_top {
        padding: 30px 0 10px 0;
    }

    .custom_submit_form_reg_home.gr-def-form-field input {
        width: 50px;
        font-size: 13px;
    }

    .CRcontent_intro_home p {
        padding: 0;
        margin: 0 0 30px 0;
    }

    .footer-title {
        font-size: 14px;
    }

    .CRlicense ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .CRlicense ul li {
        width: 100%;
        padding: 10px;
    }

    footer .CRlist_social a i,.CRlist_web h4 {
        color: rgb(255,255,255)!important;
    }

    header#header {
        z-index: 11;
        position: relative;
    }

    .main_header {
        padding: 5px 0;
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        transition: 0.5s all;
    }

    #CRbox_list_cart {
        right: -90vw;
        width: 90vw;
        max-height: 100vh;
        padding: 30px 0;
    }

    #CRbox_list_cart > * {
        padding-left: 30px!important;
        padding-right: 30px!important;
    }

    #CRbox_list_cart .box_title {
        margin: 0 0 20px!important;
    }

    #CRcheckout_form #order_review th:first-child,#CRcheckout_form #order_review td:first-child {
        padding-left: 15px;
    }

    .CRgroup_bacs:after {
        display: none;
    }

    .search_all_bottom .CRstyle_title {
        padding: 0 20px!important;
        max-width: 100%;
    }

    section.search_all_head {
        position: relative;
        margin: 50px 0!important;
    }

    .CRtags {
        top: 5px;
        left: 5px;
    }

    .CRtags_box .tool-count {
        font-size: 15px;
    }

    .CRtags_box .tool-label {
        font-size: 0.5em;
    }

    .CRtags_box {
        width: 3.33em;
        height: 3.33em;
    }
}

@media only screen and (max-width: 767px) {
    #CRlogo img {
        width:80px;
    }

    .phone_mobile a {
        color: #d09c6a;
        font-size: 15px;
        font-weight: 600;
    }

    .phone_mobile a i {
        /* transform: scaleX(-1); */
    }

    div#CRgrmobile_ico .group_cart_head {
        margin-right: 10px;
    }

    .group_header_se input {
        border: 1px solid!important;
    }

    .group_cart_head a {
        padding: 0 0 0 5px;
    }

    #CRnewmove_search_mb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .group_header_se button#search_btn {
        width: 30px;
    }

    .group_header_se {
        width: 80%;
        margin: 0 auto;
    }

    .CR_custom_logo,.CR_custom_nav {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .slider_cont_pd .slider_for .item_slider_for {
        padding: 20px;
    }

    .slider_cont_pd .slider_for img {
        max-width: 100%;
        max-height: 100%;
    }

    .CRdesk_ico {
        display: none!important;
    }

    .CRmb_ico {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        z-index: 10;
    }

    .CRfilters_row_pd_mobile {
        display: block;
        margin-bottom: 30px;
    }

    .CRpop_filter_head ul a {
        font-size: 10px;
        padding-right: 15px;
    }

    .CRhide_mb_pd_row {
        display: none;
    }

    ul.CRlist_sidebar_pd li {
        width: 100%;
    }

    body .notifyjs-corner {
        left: 0;
        margin: 5px!important;
    }

    .CRgroup_rating_pd .item_ratingProduct.center_ratingProduct {
        border: none;
        margin: 20px 0 0;
    }

    .CRgroup_rating_pd .item_ratingProduct.top_ratingProduct,.CRgroup_rating_pd .item_ratingProduct.center_ratingProduct {
        width: 100%;
    }

    .CRradio_box {
        font-size: 11px;
    }

    .CRfilter_sort.CRcustom_sl {
        width: 100%;
        margin-bottom: 20px;
    }

    #CRfillter_top .content {
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }

    body .gr-def-form-btn span.ajax-loader {
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        margin: 0;
        right: unset;
    }

    #CRlist_best_sell_home .CRitem_product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .CRpop_filter_def {
        width: 70%;
        right: -70%;
    }

    body #mn_mobile #CRgrmobile_nav #CRmobile_nav .main_menu>.menu-item-has-children>ul.sub-menu {
        right: -100%!important;
    }

    #CRtop_cart_page table.shop_table td.product-details p,#CRtop_cart_page table.shop_table td.product-details h4 {
        font-size: 12px;
    }

    #CRtop_cart_page table.shop_table td.product-details .cart-item-details {
        width: 200px;
    }

    .login_fb i,.login_google i {
        display: none;
    }

    .CRform_right .logo_web_ac img {
        width: 50%;
        height: auto;
        max-width: 100%;
    }

    .CRform_right .content h4 {
        margin: 20px 0;
    }

    button#reg_account {
        width: 100%;
    }

    .CRform_right {
        margin: 40px 0 20px 0;
        position: inherit;
        top: unset;
        left: unset;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        width: 100%;
    }

    .CRcustom_meta_pd .CRgroup_title_pd {
        overflow: hidden;
    }

    .CRcustom_sidebar_pd {
        padding-top: 0;
    }

    .CRgroup_rating_pd .top_ratingProduct .right,.CRgroup_rating_pd .top_ratingProduct .left {
        width: 100%;
    }

    .CRgroup_rating_pd .top_ratingProduct .right {
        margin-top: 20px;
    }

    #CRsingle_product_center .CRcustom_content_pd .CRpost_cont .wp-caption {
        margin: 20px 0;
    }

    .CRlist_icon_def_pd .item_icon_box {
        padding: 10px 15px;
        width: 100%;
        border: none;
    }

    .CRinformation_pd ul li.line_top_infor_pd p {
        font-size: 13px;
    }

    .CRinformation_pd ul li:nth-child(2) {
        padding-top: 10px;
    }

    .CRinformation_pd ul li:last-child {
        padding-bottom: 10px;
    }

    .CRinformation_pd ul li.line_infor_pd p {
        font-size: 12px;
        padding: 10px;
    }

    .CRlist_icon_def_pd {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0!important;
    }

    .CRcustom_meta_pd .CRcontact_btn_pd,#CRsingle_product_top .CRcustom_meta_pd button.single_add_to_cart_button {
        width: 100%;
        margin: 5px 0;
    }

    .woocommerce .quantity,.woocommerce-page .quantity {
        margin-bottom: 5px;
    }

    .CRcustom_meta_pd form.cart {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .CRcustom_thumb_slider .slider_cont_pd .slider_nav .customm_arrow {
        display: none!important;
    }

    .info_pd_order p span.woocommerce-Price-amount.amount,.info_pd_order .woocommerce-Price-currencySymbol,.item_pd_order .info_pd_order p.product_attr,.item_pd_order .info_pd_order h4,.item_pd_order .info_pd_order h4 a {
        font-size: 12px;
    }

    .filter_orders select {
        width: 100%;
    }

    .filter_orders {
        margin-bottom: 20px;
    }

    #CRhead_detail_order {
        display: none;
    }

    section#CRdetail_order {
        margin: 30px 0;
    }

    #CRdetail_order ul li .title_mobile {
        margin-right: 10px;
        text-transform: initial;
        display: inline-block;
    }

    #CRdetail_order ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 15px;
        text-align: left;
    }

    div#CRbottom_detail_order,.CRitem_product_order {
        padding: 15px;
    }

    #CRcheckout_form #order_review {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    #shipping_method label,#payment .payment_methods label {
        width: 100%;
    }

    .CRgroup_bacs .left,.CRgroup_bacs .right {
        width: 100%;
    }

    #payment .wc_payment_methods {
        padding: 15px!important;
    }

    .checkout-step-info #shipping_phone_field label,.checkout-step-info #shipping_phone_field span input,.checkout-step-info #billing_phone_field label,.checkout-step-info #billing_phone_field span input,.checkout-step-info #shipping_city_field,.checkout-step-info #shipping_state_field,.checkout-step-info #billing_city_field,.checkout-step-info #billing_state_field,.checkout-step-info #billing_phone_field {
        width: 100%;
    }

    body .checkout-step-info #billing_phone_field label .Crcustom_mes_phone {
        display: none;
    }

    #actions_cart_btn {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 20px 0;
    }

    .CRwoocommerce_order_button #place_order,.CRcheckout_prevstep a,.CRwoocommerce_order_button a {
        width: 100%;
        max-width: 100%;
    }

    #CRcart_coupon form.checkout_coupon,#CRcart_coupon .input-coupon input {
        width: 100%;
    }

    #CRcenter_cart_page #custom_cart_total {
        margin: 20px 0 0 0;
    }

    .CRgroup_btn_place_order,#CRcheckout_info_cart_btn,#CRcenter_cart_page #custom_cart_total table tbody {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #CRcenter_cart_page #custom_cart_total tr {
        width: 100%;
        margin: 10px;
    }

    .CRcheckout_prevstep,.CRwoocommerce_order_button,#CRcheckout_info_cart_btn a,#actions_cart_btn a {
        width: 100%;
        max-width: 100%;
        margin: 10px 0;
    }

    #CRcheckout_nav_step .checkout_nav li {
        width: 100%;
        margin: 0;
        padding: 15px!important;
    }

    .CRitem_banner_cat_pd {
        padding: 70px 0 50px 0;
    }

    #CRcheckout_info_cart_btn {
        margin-top: 30px;
    }

    #CRcheckout_form {
        margin-bottom: 30px;
    }

    div#CRlist_filters_product .right .item_filter,div#CRlist_filters_product .left .item_filter {
        width: 50%;
    }

    .CRitem_product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .filter_orders {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    div#CRcustom_my_address .woocommerce-Address {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 10px 15px;
    }

    .filter_orders p {
        margin-bottom: 20px;
    }

    .CRdef_content_single .CRpost_title h1,.CRdef_content_single .CRpost_title h2 {
        font-size: 30px;
        line-height: normal;
        margin: 0;
    }

    section#CRsingle_advisory_content .left .content h3 {
        font-size: 20px;
        text-align: left;
    }

    div#CRsingle_advisory_author {
        margin: 0;
    }

    section#CRsingle_advisory_content .left {
        margin: 0 0 30px 0;
    }

    section#CRsingle_advisory_content {
        padding: 30px 0;
    }

    #CRsingle_advisory_top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    #CRsingle_advisory_top .CRdef_content_single .CRpost_meta {
        margin: 15px -10px;
    }

    section#CRsingle_advisory_content .left .content {
        position: relative!important;
        top: unset!important;
        width: 100%!important;
    }

    section#CRsingle_advisory_content .right,section#CRsingle_advisory_content .left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 10px;
    }

    .CRitem_banner_advisory {
        padding: 70px 0 50px 0;
    }

    .item_cols_policy {
        padding: 15px;
    }

    .item_cols_policy p {
        max-height: 285px;
    }

    .CRgroup_item_def_sv .images {
        height: auto;
    }

    .CRgroup_item_def_sv h4 {
        font-size: 16px;
    }

    .CRgroup_item_def_sv .images.active {
        margin: -10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
    }

    .CRgroup_item_def_sv .images.active img {
        width: 50%;
        padding: 10px;
    }

    section#CRdefault_service {
        padding: 15px 0 40px 0;
    }

    section#CRsingle_recruit_top {
        margin: 20px 0 30px 0;
    }

    .def_sidebar_rec {
        padding: 15px;
    }

    .sidebar_list_rec.def_sidebar_rec {
        margin-bottom: 0;
    }

    section#CRsingle_recruit_bottom .content_field .def_recruits,div#CRrecruit_top_cont .top_cont_col .content ul li {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    div#CRrecruit_bottom_cont .content_field {
        padding-right: 0;
    }

    section#CRsingle_recruit_bottom .content_field .def_recruits .cont_def_recruits,section#CRsingle_recruit_bottom .content_field .def_recruits h4.title_sub_cont_recruits {
        width: 100%;
    }

    div#CRrecruit_top_cont .top_cont_col .content ul li p {
        width: 100%;
        padding-left: 21px;
    }

    div#CRrecruit_top_cont .top_cont_col .content ul li span {
        width: 100%;
    }

    #CRcustomer_page .CRitem_banner_customer {
        padding: 30px 0;
    }

    .CRitem_customer {
        height: 300px;
        width: 300px;
    }

    .CRitem_customer h4 {
        font-size: 15px;
        line-height: normal;
    }

    section#CRauthor_list_post {
        margin: 30px 0 0 0;
    }

    div#CRauthor_page {
        padding-bottom: 50px;
    }

    section#CRauthor_target .CRstyle_author_cont:before {
        display: none;
    }

    section#CRauthor_target .CRstyle_author_cont {
        padding-left: 0;
    }

    div#list_process .col_item_process_author img {
        height: 150px;
    }

    section#CRsingle_blog_content {
        padding: 20px 0 50px 0;
    }

    div#CRsingle_blog_page section#CRbreadcrumbs {
        position: inherit;
    }

    .CRdef_content_single .CRpost_meta {
        margin: 30px 0;
    }

    div#list_scroll {
        width: 100%;
        right: -100%;
    }

    nav.breadcrumb ul li cite {
        font-size: 10px;
    }

    .item_cont_post .img_item_cont_post img {
        height: 150px;
    }

    .item_post_full .content_item_cont_post h4,.item_post_full .content_item_cont_post h4 a,.content_item_cont_post h4,.content_item_cont_post h4 a,.item_post_half .content_item_cont_post h4,.item_post_half .content_item_cont_post h4 a,.item_post_full .content_item_cont_post h3,.item_post_full .content_item_cont_post h3 a,.content_item_cont_post h3,.content_item_cont_post h3 a,.item_post_half .content_item_cont_post h3,.item_post_half .content_item_cont_post h3 a {
        font-size: 15px;
    }

    .item_post_full .content_item_cont_post,.item_post_half .content_item_cont_post {
        padding: 20px;
    }

    .item_post_half {
        height: 500px;
    }

    .item_post_full .item_post_cust,.item_post_full .item_post_cust .img_item_cont_post {
        height: 250px;
    }

    div#list_store {
        height: 280px;
    }

    div#location_map {
        height: 300px!important;
        min-height: 300px!important;
    }

    div#CRlist_gallery .item_gallery {
        width: 100%!important;
        height: 200px;
    }

    .item_store {
        padding: 10px;
    }

    .CRconts_contact .title {
        font-size: 20px;
    }

    .footer-title,footer li a {
        font-size: 12px;
        font-weight: 700;
    }

    .CRlist_web h4,.CRlist_office_center ul li p {
        font-weight: 700;
    }

    #CRgrmobile_nav {
        width: 100%;
        right: -100%;
    }

    div#CRlogo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    div#CRlogo .ico_submenu img {
        width: auto;
    }

    .CRlicense img {
        max-width: 100%;
    }

    .main_header #CRlogo img {
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        transition: 0.5s all;
    }

    .main_header.fixed_header #CRlogo img {
        width: 75px;
        height: auto;
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        transition: 0.5s all;
    }

    .CRrow_term_blog_box .title_term {
        font-size: 15px;
    }

    .CRlist_icon_def_pd .content_icon_box {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #CRlist_endow_sidebar {
        margin: 0 0 30px 0;
    }

    .CRgr_item_pd .five_star .total_review {
        font-size: 10px;
    }

    .CRitem_product .CRgr_item_pd {
        background-color: #f9f9f9;
        height: 100%;
    }

    .CRrow_term_blog_box {
        padding: 30px 0 0 0;
    }

    .footer_bottom {
        padding: 10px 0 110px 0;
    }

    header#header {
        height: 48px;
    }

    #CRlogo img {
        width: 80px;
    }

    div#CRgrmobile_ico .group_cart_head {
        margin-right: 10px;
    }

    .group_header_se input {
        border: 1px solid!important;
    }

    .group_cart_head a {
        padding: 0 0 0 5px;
    }

    #CRnewmove_search_mb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .group_header_se button#search_btn {
        width: 30px;
    }

    .group_header_se {
        width: 80%;
        margin: 0 auto;
    }

    .CR_custom_logo,.CR_custom_nav {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .footer_bottom {
        padding: 10px 0 110px;
    }

    header#header {
        height: 48px;
    }

    #CR_detail_order_pd.active {
        width: 450px;
        padding: 30px!important;
        height: 400px!important;
        -webkit-transition: 1s all;
        -o-transition: 1s all;
        transition: 1s all;
        opacity: 1;
    }

    .CRlist_attached_purchase ul {
        margin: 0;
    }

    .CRlist_attached_purchase ul li {
        width: 100%;
        padding: 5px 0;
    }
}

@media only screen and (max-width: 454px) {
    body #mn_mobile #CRgrmobile_nav #CRmobile_nav .menu-item-has-children .sub-menu li .sub-menu li>a {
        padding-left:100px!important;
    }

    i.fa-angle-down.fa::before {
        content: "\f107"!important;
    }

    ul.main_menu li.CRcustomMenu ul.sub-menu>.menu-item-has-children:before,ul.main_menu li.CRcustomMenu ul.sub-menu li.menu-item-has-children:after {
        display: none!important;
    }

    #CRsingle_product_top .slider_for .customm_arrow.left {
        left: 15px!important;
    }

    #CRsingle_product_top .slider_for .customm_arrow.right {
        right: 15px!important;
    }

    .CRhide_sg {
        display: block;
    }

    #CRlist_endow_sidebar {
        margin: 0 0 30px 0;
    }

    .CRlist_cont_workshop .item .content .cont {
        width: 100%;
    }

    #CRbanner_box h1 {
        font-size: 20px;
        width: 100%;
    }

    #CRlist_best_sell_home {
        margin: 0 -10px -10px;
    }

    .CRitem_partner_home {
        height: 80px;
    }

    .custom_submit_form_reg_home.gr-def-form-field input {
        width: 100%;
    }

    .CRterms_vertical ul::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #fff;
    }

    .CRterms_vertical ul::-webkit-scrollbar {
        width: 4px;
        background-color: rgba(40,40,40,0.8);
    }

    .CRterms_vertical ul::-webkit-scrollbar-thumb {
        background-color: rgba(225,185,79,1)!important;
    }

    .CRterms_vertical ul {
        max-height: 180px;
        overflow-y: auto;
    }

    .CRterms_vertical ul li {
        width: 100%;
    }

    #CRlist_best_sell_home .CRitem_product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .CRcustom_thumb_slider .item_thumb {
        height: 250px;
    }

    .CRcustom_thumb_slider .slider_cont_pd .slider_for {
        height: 300px;
    }

    /*.slider_cont_pd .item_slider_nav {*/
    /*    height: 85px !important;*/
    /*}*/
    .CRcustom_meta_pd .detail_product_attr a,.CRcustom_meta_pd .detail_product_attr,.CRcustom_meta_pd .detail_title {
        font-size: 20px;
    }

    .item_pd_order .info_pd_order p.product_attr,.item_pd_order .info_pd_order h4,.item_pd_order .info_pd_order h4 a {
        font-size: 10px;
    }

    .item_custom_order li.order_date {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .info_custom_order ul li p,.info_custom_order ul li a,.info_custom_order ul li span {
        padding: 5px 0;
    }

    .info_custom_order ul li {
        padding: 0;
    }

    #gr_custom_thank_pay .gr_img,#gr_custom_thank_pay .gr_cont {
        width: 100%;
    }

    #gr_custom_thank_pay {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #payment .wc_payment_method .wc_payment {
        padding: 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .wc_payment_method .wc_payment_method_description {
        width: 100%!important;
        padding-left: 0!important;
    }

    #payment .wc_payment_method .wc_payment_method_description:before {
        display: none;
    }

    #payment .wc_payment_method img {
        margin: 5px 0!important;
    }

    #CRcheckout_nav_step .checkout_nav li {
        padding: 5px!important;
    }

    div#CRlist_filters_product .right .item_filter,div#CRlist_filters_product .left .item_filter {
        width: 100%;
    }

    .gr_cart_empty {
        padding: 60px 0!important;
    }

    .CRitem_product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .CRdef_content_author {
        padding: 15px;
    }

    section#CRsingle_advisory_banner {
        height: 250px;
    }

    section#CRcontent_top_advisory .CRcont_banner_advisory p,.CRlist_item_advisory li a {
        font-size: 12px;
    }

    .cont_tax_advisory .content h2 {
        font-size: 18px;
    }

    section#CRlist_advisory {
        padding: 30px 0 0 0;
    }

    .CRgroup_item_def_policy .icon_box_sec_flex .item_icon_box {
        width: 100%;
        padding: 15px!important;
    }

    .CRgroup_item_def_policy .icon_box_sec_flex {
        margin: 0 -15px;
    }

    .CRgroup_item_def_sv .images.active img {
        height: auto;
    }

    #CRcertification_intro .CRcustom_dots ul.slick-dots {
        margin-top: 0;
    }

    div#CRlist_certification_intro {
        margin-bottom: 0;
    }

    .CRitem_recruitment p {
        text-align: left;
        width: 100%;
    }

    .CRfaqs_content_left .img img {
        height: 200px;
    }

    #CRfaqs_content .myaccordion .card-body p {
        font-size: 11px;
    }

    #CRcustomer_page section#CRartner_home {
        padding: 30px 0!important;
    }

    .show_list i {
        font-size: 20px;
    }

    .show_list i:after {
        width: 45px;
        height: 45px;
    }

    .show_list {
        width: 35px;
        height: 35px;
    }

    div#list_scroll {
        padding: 30px 15px 15px;
        top: unset;
        transform: unset;
        bottom: 0;
    }

    .show_list {
        top: 60%;
        -webkit-transform: translateY(-60%);
        -ms-transform: translateY(-60%);
        transform: translateY(-60%);
    }

    .CRdef_content_single .CRpost_meta p {
        padding: 0 10px;
    }

    div#CRgallery_store h4 {
        font-size: 15px;
    }

    div#CRlist_gallery {
        margin: 15px -10px 0 -10px;
    }

    section#CRstore {
        margin-bottom: 30px;
        padding: 40px 0 0 0;
    }

    div#CRgallery_store {
        margin-top: 30px;
    }

    .CRconts_contact .title {
        font-size: 15px;
    }

    .CRstyle_title {
        padding-bottom: 20px;
    }

    section#CRlist_store_contact ul li h1,section#CRlist_store_contact ul li h2,section#CRlist_store_contact ul li a {
        font-size: 15px;
    }

    section#CRcollection_home,section#CRlist_pd_home,section#CRgif_home {
        padding: 30px 0;
    }

    section#CRfeel_home,section#CRartner_home {
        padding: 0 0 30px 0!important;
    }

    .CRcont_item_banner_home h1,.CRcont_item_banner_home h4,.CRstyle_title {
        font-size: 20px;
    }

    .CRgr_item_pd .pd_view {
        height: 200px;
    }

    .CRgr_item_pd .pd_content {
        padding: 20px 15px;
    }

    .CRgr_item_pd .pd_content .price.product_price_after span {
        font-size: 11px!important;
    }

    #CR_detail_order_pd.active {
        width: 300px;
    }
}

@media only screen and (max-width: 320px) {
    .CRlist_office_center ul li p,.footer-title,footer li a {
        font-size:10px;
    }
}
