body {
    color: #555;
}

#product_list_without_category .p53,
#product_list_without_category .p59,
#product_list_without_category .p36,
#product_list_without_category .p73,
#product_list_without_category .p26,
#product_list_without_category .p37,
#product_list_without_category .p82,
#product_list_without_category .p80,
#product_list_without_category .p58 {
    display:none;
}

#InfoTab .nav-tabs>li {
    padding: 0;
    flex: 1;
    text-align: center;
    font-weight: bold;
}

#disp_product_price .product-amount {
    color: #d70000 !important;
}

#shopping-cart .checkoutRightSide .sticky-top {
    z-index: 99 !important;
}

.btn-success.disabled, .btn-success:disabled {
    background: #557b76;
    border-color: #557b76;
    opacity: 0.65;
}

.noto-serif-jp-custom {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.noto-sans-tc-custom {
  font-family: "Noto Sans TC", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

#product_info #price_calculator .card-header,
#product_info #price_calculator .price_calculator #pricecalulate {
    background: #fff !important;
}

.btn-primary {
    color: #ffffff !important;
}

.corner-triangle {
  border-color: rgba(0, 0, 0, 0) #0066FF rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.corner-triangle .corner-triangle-text {
  color: #fff;
  margin: 4px 0 0 48px;
}

.top-header .top-links .list-inline-item:not(:last-child) {
    margin-inline: 0.5rem 0 !important;
}

/*.top-header .top-links .list-inline-item a {*/
/*    color: #999 !important;*/
/*}*/

.top-header .top-links .list-inline-item .badge-primary {
    /*background: #999 !important;*/
    display: none;
}

@media only screen and (min-width: 767px) {
    #product-info > .row {
        margin-bottom: 2rem !important;
    }
}

    @media only screen and (max-width: 1240px) {
        .home_page_body .row {
            margin-right: 0.2rem;
            margin-left: 0.2rem;
        }
    }
    
#cmslist_container .card-text.order-2 {
 display: none;
}

.home_page_body #main-content #middle-content h2 {
  display: none;
}

.fp-ls {
    letter-spacing: 5px;
}

@media only screen and (min-width: 1600px) {
    .container {
        max-width: 1470px !important;
    }
}

@media only screen and (min-width: 768px) {
    .bottom-links .list-inline-item {
        display: block !important;
    }
}



#help_template_list a:hover > i {
    color: #fff !important;
}


#product_info #price_calculator .bootstrap-select > .dropdown-toggle {
box-shadow: 2px 2px 5px #bbb;
}

.badge-info {
    background-color: #0066FF !important;
}

.scroll-top {
    background-color: #FFF596;
    transition: all 0.3s;
}

.scroll-top .scroll-up {
    color: #0066FF !important;
    transition: all 0.3s;
}

.scroll-top:hover {
    background-color: #0066FF;
    transition: all 0.3s;
}

.scroll-top:hover .scroll-up {
    color: #FFF596 !important;
}

.navbar .navbar-nav {
    margin: 0 auto !important;
}

#top-banner .carousel-control-prev {
    left: 0 !important;
    transform: none;
    bottom: 0;
    top: 0;
}

#top-banner .carousel-control-next {
    left: auto !important;
    right: 0 !important;
    transform: none;
    bottom: 0;
    top: 0;
}

.navbar.bg-primary {
    background: #f2f2f2 !important;
}

.navbar .navbar-nav>.nav-item .nav-link {
    color: #555;
    padding: 0.625rem 0.8rem;
}

.bg-light {
    background-color: #fff !important;
}


.navbar .navbar-nav>.nav-item:hover {
    background-color: #0066FF;
}

@media only screen and (min-width: 767px) {
    .navbar .navbar-nav>.nav-item:hover {
        background-color: #0066FF;
    }
}

.nav {
    justify-content: space-around;
}

.float-right {
    float: none !important;
    margin-left: 0.3rem;
}

.price_calculator #productpricetotal.floating-price {
    margin: 0px -22px;
}

#product_info #price_calculator #productpricetotal {
    padding: 0.5rem 0;
}

#product_info #price_calculator .floating-price {
    -webkit-box-shadow: none;
    box-shadow: none;
}

h2,
.h2 {
    font-family: "NunitoBold", sans-serif;
    font-size: 1.5rem;
}

@media only screen and (min-width: 1024px) {

    h2,
    .h2 {
        font-size: 1.5rem;
    }
}

@media only screen and (min-width: 1440px) {

    h2,
    .h2 {
        font-size: 1.5rem;
    }
}

@media only screen and (min-width: 1600px) {

    h2,
    .h2 {
        font-size: 1.5rem;
    }
}

@media (min-width: 600px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
}


.btn-success {
    background: #0066FF;
    border-color: #0066FF;
    color: #ffffff;
}

/***自定義***/
/*頁腳*/
.foo-block {
    display: flex;
    justify-content: space-between;
    max-width: 90%;
    margin: auto;
}

.foo-time {
    max-width: 35%;
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .foo-block {
        flex-direction: column;
        align-items: center;
    }

    .foo-time {
        max-width: 80%;
    }
}


/*其他*/
.container-annou {
    display: flex;
    justify-content: center;
    align-items: center;
}

h4 .hide_panel {
    font-weight: bold;
}

.personalize-tools {
    background: #2D4757;
}

.att_sticker_block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fnt_cntr {
    text-align: center;
}

.unique-container {
    display: flex;
    overflow: hidden;
    margin: 10px 0;
}

.unique-left-section {
    display: flex;
    flex-direction: row;
    width: 50%;
    overflow: hidden;
    height: 300px;
}

.unique-color-block {
    flex: 1;
    height: 100%;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
    transform: translateY(100%);
    opacity: 0;
    margin: 0 10px;
}

.unique-right-section {
    width: 50%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#payment #order_comments {
    display: none !important;
}

/**/
/*最新消息*/
.cont-announ {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cont-announcement {
    background-color: #fff;
    border-radius: 10px;
    border: solid 2px;
    border-top-color: #36596A53;
    border-right-color: #36596A99;
    border-bottom-color: #36596A99;
    border-left-color: #36596A53;
    width: 100%;
    margin: 0 0 1rem;
}

.cont-announcement:hover {
    background: #f2f2f2;
    border-radius: 10px;
    border: solid 2px;
    border-top-color: #2c413f53;
    border-right-color: #2c413f99;
    border-bottom-color: #2c413f99;
    border-left-color: #2c413f53;
    transition: all 0.7s ease;
}

.cont-announcement a {
    text-decoration: none;
    color: #555;
    font-weight: bold;
    display: flex;
    height: auto;
    flex-direction: row;
    align-items: center;
}

.caa {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 0.5rem;
}

.cont-announcement p {
    margin: 0;
    padding-left: 0.5rem;
}

h3.annofont {
    color: #2c2c2c;
    padding-left: 1.5rem;
    margin: 0;
    width: 30%;
}

p.annofont {
    color: #414141;
    margin: 0;
}

.cont-announ i {
    padding-right: 0.2rem;
}

/*部落格*/
.blogtextrule {
    font-size: 20px;
    color: #303030;
}

.bloglist_block {
    background-color: #ececec;
    padding: 2rem 3rem 1rem;
    margin: 2rem auto;
    border-radius: 15px;
    max-width: 800px;
}

.bloglist_block h2 {
    margin: 0;
    text-align: center;
}

.bloglist_block ul {
    list-style: none;
    padding: 0;
}

.bloglist_block ul li {
    position: relative;
    padding-left: 1.5rem;
}

.bloglist_block ul li::marker {
    content: '';
    /*position: absolute;*/
    /*left: 0;*/
}

    .blog-catalog-tittle {
        padding-left: 0;
        /*margin: 10px 0 0 0;*/
        font-weight: bold;
        font-size: 1.5rem;
    }

.blog-catalog-tittle::before {
    /*content: '';*/
}

.blog_boddy p,
.blog_boddy h1,
.blog_boddy h2,
.blog_boddy h3,
.blog_boddy h4 {
    margin: 0 0 0.8rem;
    padding: 0;
}

.blog_boddy h2 {
    font-size: 36px;
    font-weight: bold;
}

.blog_boddy h3 {
    font-weight: bold;
}

.blog_pic table {
    margin: 0;
    padding: 0;
    text-align: center;
    border-collapse: collapse;
    width: 70%;
}

.blog_pic td {
    max-width: 400px;
    padding: 0;
    vertical-align: middle;
}

.blog_boddy .text {
    padding: 0.5rem;
}

.blog_pic td img {
    width: 100%;
}

.blog_boddy {
    /*margin: 0 20rem;*/
    font-size: 16px;
}

.blog_50 {
    display: flex;
    flex-direction: row;
}

.blog_boddy strong {
    color: goldenrod;
    font-weight: 700;
}

/* 商品說明 */
.full_text_title h5,
.full_text_title h4,
.full_text_title h3,
.full_text_title h2 {
    color: #333A3F;
    font-weight: bold;
    margin: 15px 0 10px 10px;
}

.full_text_title h2 {
    font-size: 45px;
}

.full_text_title h3 {
    font-size: 32px;
}

.full_text_title h4 {
    font-size: 26px;
}

.full_text_title h5 {
    font-size: 20px;
}

.full_text_title span {
    color: #d44131;
}

.full_text_title p {
    font-size: 16px;
}

.full_text_title a span:hover {
    color: #36596A;
    transition: 0.5s;
}

.full_card_paper table {
    font-size: 20px;
}

.full_card_paper td {
    padding: 0.5rem;
}

.full_card_paper td span {
    font-weight: bold;
}

.img_card_paper_block {
    width: 100%;
    border: 10px black;
    display: flex;
    justify-content: center;
    padding: 0 10px;
    align-items: flex-start;
}

.img_card_paper {
    width: 100%;
    display: flex;
    margin: 10px;
    flex-direction: column;
    justify-content: center;
}

.img_paper a:hover {
    background-color: #1D3B46;
}

.img_paper_text {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333A3F;
}

.img_paper_text h4 {
    width: 100%;
    height: 3rem;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333A3F;
}

.img_paper_text_h3 {
    width: 100%;
    height: 3rem;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333A3F;
}

.img_card_paper_text {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem;
}

.img_card_paper_text p {
    font-size: 1rem;
    color: #333A3F;
}


.img_card_paper_text li {
    font-size: 1.2rem;
    color: #333A3F;
}

.pls_foc_text span,
.pls_foc_text_20 span,
.img_card_paper_text span {
    font-weight: bold;
    color: #E0A723;
}

.full_card_back_make {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.back_mack {
    width: 33%;
    padding: 0.75rem;
}

.back_mack img {
    width: 100%;
    border-radius: 15px;
}

@media (max-width: 768px) {
    .back_mack {
        width: 50%;
        padding: 0.75rem;
    }

    .full_card_back_make {
        flex-wrap: wrap;
    }
}


@media (max-width: 425px) {
    .full_card_back_make {
        align-items: center;
        flex-wrap: wrap;
    }

    .back_mack {
        width: 50%;
    }
}

.img_card_paper_col {
    display: flex;
    flex-direction: column;
}

.img_paper_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #36596A55;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    font-size: 24px;
    font-weight: bold;
}

.img_paper:hover .img_paper_overlay {
    opacity: 1;
}

.img_card_paper a {
    text-decoration: underline;
    color: #36596A;
    font-weight: bold;
    display: contents;
}

.full_sticker img {
    width: 100%;
    border-radius: 15px;
}

.full_card_paper {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

@media (max-width: 768px) {

    .full_card_paper,
    .img_card_paper_block {
        flex-direction: column;
    }
}

@media (max-width: 425px) {
    .img_card_paper_text p {
        font-size: 14px;
    }

    .img_card_paper_block {
        padding: 0;
    }
}

.img_paper {
    width: 100%;
    justify-content: center;
    position: relative;
    margin: 0;
    border-radius: 15px;
    box-shadow: 2px 2px 10px #0000004d;
    overflow: hidden;
}

.img_paper img {
    width: 100%;
    display: block;
}

.pls_foc_text {
    color: #333A3F;
    font-size: 16px;
}

.pls_foc_text li {
    margin: 5px;
    padding-right: 15px;
}

.pls_foc_text table {
    text-align: center;
    border: 3px double #2D4757;
}

.pls_foc_text td {
    padding: 5px;
    font-size: 16px;
    border: 1px solid #2D4757;
    color: #333A3F;
}

.att_sticker_img {
    width: 40%;
    margin: 0 3rem;
}

.att_sticker_img img {
    width: 100%;
}

.pls_foc_text_20 {
    width: 60%;
    color: #333A3F;
    font-size: 20px;
}

/* -------------------------------------- */
/***** Header tag CSS *****/
.page-section-header {
    color: #0066FF;
}

.page-sub-header {
    color: #0066FF;
}

/***** Button ******/
.btn-primary {
    background: #0066FF;
    border-color: #0066FF;
}

.btn-primary.disabled,
.btn-primary:disabled {
    background: #0066FF;
    border-color: #0066FF;
}

/***** Outline Button ******/
.btn-outline-primary {
    background: transparent;
    border-color: #0066FF;
    color: #0066FF;
}

/***** Border Color *****/
.border-primary {
    border-color: #0066FF !important;
}

/***** Text Color *****/
.text-primary {
    color: #0066FF !important;
}

.card-title {
    color: #333;
}

/* Badge CSS */
.badge-primary {
    background: #0066FF !important;
}

/***** background-Color *****/
.bg-primary {
    background-color: #0066FF !important;
}

/***** Dropdown-color *****/
.bootstrap-select .dropdown-menu li.active small {
    color: #0066FF !important;
}

.bootstrap-select .dropdown-toggle small {
    color: #0066FF !important;
}

/***** Radio button color *****/
.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #0066FF;
    border-color: #0066FF;
}

/***** Checkbox color *****/
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #0066FF;
    border-color: #0066FF;
}

/**** JQUERY UPLOADER START ****/
.bar {
    background-color: #0066FF;
}

/**** Action btn ****/
.nav-customtabs li .nav-link.active,
.nav-customtabs li .nav-link:hover {
    color: #0066FF;
}

.nav-customtabs li .nav-link.active::after,
.nav-customtabs li .nav-link:hover::after {
    background: #0066FF;
}

.account-links a:hover .fa-kit {
    color: #0066FF;
}

.show>.btn-light[aria-expanded=true] {
    border-color: #0066FF !important;
}

.custom-switch .custom-control-input:checked~.custom-control-label::before {
    border-color: #0066FF;
    background-color: #0066FF;
}

/***** Reset CSS *****/
.breadcrumb_container li.active .a {
    color: #0066FF;
}

/* Custom CSS Here */
.awesome-bar a {
    color: #0066FF;
}

.navbar {
    background: #0066FF !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media only screen and (min-width: 767px) {
    .navbar .dropdown-menu .dropdown-item:hover {
        background-Color: #0066FF;
    }
}

.navbar .dropdown-menu>li:hover>a {
    color: #0066FF;
}

@media only screen and (min-width: 767px) {
    .navbar .dropdown-menu>li:hover>a {
        background: #0066FF;
    }
}

.navbar .nav-item.megamenu .dropdown-menu>.list-unstyled .dropdown-submenu.after .dropdown-item {
    background: #0066FF;
}

.navbar .nav-item.megamenu .dropdown-menu>.list-unstyled .dropdown-submenu:hover>.dropdown-item {
    background: #0066FF;
}

.navbar .nav-item.megamenu .dropdown-menu > .list-unstyled .dropdown-submenu .card-columns .all-product {
    background-color: #0066FF;
    color: #fff !important;
}


.navbar .nav-item.megamenu .dropdown-menu>.list-unstyled .dropdown-submenu .card-columns .all-product:hover {
    color: #dae9ff !important;
}

.navbar .nav-item.show>.nav-link {
    background-color: #0066FF !important;
}

#product_info #price_calculator .slick-track .slick-slide .custom-radio .custom-control-input:checked~.custom-control-label {
    border-color: #0066FF;
}

#product_info #price_calculator .slick-track .slick-slide .custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #0066FF;
}

.custom-select:focus {
    border-color: #0066FF !important;
}

#products_additional_options .dropdown-toggle:focus {
    border-color: #0066FF;
}

.uppy-Dashboard-browse:focus,
.uppy-Dashboard-browse:hover {
    border-bottom: 1px solid #0066FF !important;
}

/***** Anchor tag css ******/
a {
    color: #555 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover,
a:focus {
    color: #e39c32;
    text-decoration: none;
}

a.btn-secondary {
    color: #ffffff !important;
}

.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 0 #ffffff;
    -moz-box-shadow: 0 0 0 0 #ffffff;
    box-shadow: 0 0 0 0 #ffffff;
}


.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    background: #283433;
    border-color: #283433;
    color: #ffffff;
}


.btn-info:hover,
.btn-info:focus,
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active:focus {
    background: #c7821b;
    border-color: #c7821b;
    color: #ffffff;
}


.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
    background: #20303f;
    border-color: #20303f;
    color: #ffffff;
}


.btn-success:hover,
.btn-success:focus,
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active:focus {
    background: #36596A;
    border-color: #36596A;
    color: #ffffff;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    background: #0066FF;
    color: #ffffff;
    border-color: #0066FF;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
    background: #314961;
    color: #ffffff;
    border-color: #314961;
}


.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active:focus {
    background: #e39c32;
    color: #ffffff;
    border-color: #e39c32;
}

.text-info {
    color: #555 !important;
    font-weight: 600;
}


.card-title a.btn-link {
    color: #e39c32 !important;
}


.card-title a.btn-link:hover {
    color: #0066FF !important;
}



/***** Text-Color with Anchor Tag *****/
a.text-primary:hover,
a.text-primary:focus {
    color: #3e514f !important;
}



a.text-info:hover,
a.text-info:focus {
    color: #b07318 !important;
}



/***** Dropdown-color *****/
.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active,
.dropdown-item:active {
    background-Color: #fff;
    color: #0066FF !important;
}

/*.dropdown-item.active {*/
/*    background: #fff;*/
/*    color: #0066FF !important;*/
/*}*/


.bootstrap-select .dropdown-menu li.active small {
    color: #0066FF !important;
}



/**** pagination ****/
.page-item.active .page-link {
    background: #0066FF;
    border-color: #0066FF;
}


.tt-dropdown-menu .tt-suggestion a {
    color: #555;
}


.tt-dropdown-menu .tt-suggestion a strong {
    color: #555;
}



/**** Account Page CSS ****/
.account-links a:hover .cicon {
    color: #0066FF;
}



.btn-img-text {
    border: 0;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    padding: 1.6875rem !important;
    flex-wrap: wrap;
    text-align: center;
    background: #f4f4f4;
}


.btn-img-text:hover {
    background: #0066FF;
}

.btn-img-text:hover i {
    filter: brightness(0) invert(1);
}


.btn-img-text:hover span {
    color: #fff !important;
}


.btn-img-text i {
    margin-inline: auto !important;
    margin-bottom: 0.875rem !important;
}


.btn-img-text .media-body {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
}


.btn-img-text .media-body .h4 {
    font-size: 16px;
    font-family: "NunitoRegular", sans-serif;
    color: #000;
}


.btn-img-text.browse-design i::before {
    content: url("../images/browse_design_icon.svg");
}


.btn-img-text.upload-design i::before {
    content: url("../images/Upload_design_icn.svg");
}


.btn-img-text.custom-design i::before {
    content: url("../images/Custom_design_icn.svg");
}


.btn-img-text.ico-quote-design i::before {
    content: url("../images/quote_product.svg");
}


.btn-img-text.ico-hire-designer i::before {
    content: url("../images/hire_designer.svg");
}



.allbtn .btn-title-text:hover a {
    color: #000 !important;
}



#category_list a:hover,
#category_list a.act {
    color: #e39c32 !important;
}

#straightmenu .list-group-item a:not(.all-product):hover {
    color: #e39c32 !important;
}

.btn-light:not(:disabled):not(.disabled).active {
    background-color: transparent;
}

#user_image_list .custom-common-shadow .card-body {
    padding: 1rem !important;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: #0066FF;
}


.breadcrumb_container li a {
    color: #314961;
}


.breadcrumb_container li a:hover,
.breadcrumb_container li a:focus {
    color: #e39c32;
}


.breadcrumb_container li.active .a {
    color: #0066FF;
}


.awesome-bar p {
    color: #e39c32;
}


.awesome-bar a {
    color: #0066FF;
}


.awesome-bar a:hover,
.awesome-bar a:focus {
    color: #283433;
}


.navbar .navbar-nav>.nav-item:hover .nav-link img {
    filter: invert(1) brightness(1) grayscale(1);
}


.navbar div.dropdown-menu .dropdown-item strong {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #e39c32;
}


.navbar div.dropdown-menu .dropdown-item:hover strong {
    color: #0066FF;
}

.navbar .dropdown-menu>li:hover>a::after {
    color: #fff !important;
}


.navbar .nav-item.megamenu .dropdown-menu>.list-unstyled .dropdown-submenu.after a {
    color: #314961 !important;
}


.navbar .nav-item.megamenu .dropdown-menu>.list-unstyled>li.active>a {
    color: #314961;
}


.navbar .nav-item.position-static .card-columns li a {
    padding-block: 0.2rem;
}

#top-banner .carousel-indicators .active {
    background-color: #0066FF !important;
}



.latest-deal .card {
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    background: #e9efee;
}


.latest-deal .card.diffclr {
    background: #fcf6ec;
}


.latest-deal .card .card-body .card-title {
    min-height: 72px;
    align-content: center;
    font-size: 20px;
    font-size: 1.25rem;
}

.latest-deal .card .card-body .img-fluid {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.latest-deal .card:hover .btn {
    opacity: 1;
    pointer-events: all;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.latest-deal .card:hover .img-fluid {
    transform: scale(1.1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}



.product-box .card,
.templatebox .card {
    border-color: transparent !important;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0);
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    background: #F4F4F4;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.product-box .card .card-body,
.templatebox .card .card-body {
    padding-top: 0;
    border-top: 1px solid #D1D1D1;
}

.product-box .card .card-body .card-title,
.templatebox .card .card-body .card-title {
    color: #555 !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 1rem 0;
    font-size: 18px;
    font-size: 1.125rem;
    border-top: none;
}


@media (max-width: 767px) {
.product-box .card .card-body .card-title,
.templatebox .card .card-body .card-title {
    font-size: 0.8rem;
}
}
.product-box .card .card-footer,
.templatebox .card .card-footer {
    padding-block: 10px 20px !important;
    display: block !important;
}


.product-box .card p,
.templatebox .card p {
    color: #1A1A1A;
    margin-bottom: 0 !important;
}


.product-box:hover .card,
.templatebox:hover .card {
    border-color: #0066FF !important;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}


.product-box:hover .card .card-title,
.templatebox:hover .card .card-title {
    color: #556E6A !important;
}


.product-box .slideup .card-body .card-title,
.templatebox .slideup .card-body .card-title {
    color: #0066FF !important;
}



#templates_listing_area .templatebox .card-body {
    padding-top: 1.25rem;
}


#templates_listing_area .card {
    background-color: #f4f4f4;
    border-radius: 16px !important;
    -moz-border-radius: 16px !important;
    -webkit-border-radius: 16px !important;
}



.customize_prod_sec #accordion .card h3 .btn {
    font-size: 20px;
    font-size: 1.25rem;
}

#home_page {
    padding-bottom: 0rem;
}

#home_page .pager .carousel-control-next-icon::before {
    content: "";
    display: block;
    position: absolute;
    content: "\f054" !important;
    font-family: "Font Awesome 6 Pro";
    color: #4b6f94 !important;
    font-size: 20px;
    font-size: 1.25rem;
}


#home_page .pager .carousel-control-prev-icon::before {
    content: "";
    display: block;
    position: absolute;
    content: "\f053";
    font-family: "Font Awesome 6 Pro";
    color: #4b6f94 !important;
    font-size: 20px;
    font-size: 1.25rem;
}


#home_page .carousel .card .card-body {
    padding-bottom: 1rem !important;
}


#home_page .carousel .card .card-footer {
    display: none !important;
}



.faq_section #accordion .card {
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
}


.faq_section #accordion .card .btn {
    font-size: 18px;
    font-size: 1.125rem;
}


.faq_section #accordion .card i {
    top: 0.9rem;
    right: 0rem;
    width: 2rem;
    height: 2rem;
    align-content: center;
    background: #F6F6F6;
    pointer-events: none;
    rotate: 0deg;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #6D6D6D;
}



#footer .footer-column li a {
    color: #1A1A1A;
}


#footer .footer-column li a:hover {
    color: #e39c32;
}


#footer .newsletter .card-body {
    padding: 0;
    position: relative;
}


#footer .newsletter .card-body .custom-checkbox,
#footer .newsletter .card-body .help-block {
    display: none;
}


#footer .newsletter .card-body .email {
    margin: 0 !important;
}


#footer .newsletter .card-body .email .input-group {
    height: inherit !important;
}


#footer .newsletter .card-body .email input {
    padding-block: 1.57rem;
    background-color: transparent;
    border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    border-right: 1px solid #d1d1d0 !important;
}


#footer .newsletter .card-body .email input:focus {
    border-right-color: #0066FF !important;
}


#footer .newsletter .card-body .email .input-group-append {
    display: none !important;
}


#footer .newsletter .card-body #subscribe {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    z-index: 1;
    height: calc(100% - 0.9375rem);
    transform: translateY(-50%);
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

#footer .social-icon li a {
    width: 2rem;
    height: 2rem;
    border: 1px solid #0066FF !important;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}


#footer .social-icon li a i {
    font-size: 23px;
    font-size: 1.4375rem;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


#footer .social-icon li a i::before {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

#footer .social-icon li:hover a i::before {
    color: #c7821b;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.testimonial_home #testimonial_multi_sidebar .card-body {
    padding: 0;
}


.testimonial_home #testimonial_multi_sidebar .card-body .card {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    padding: 2rem 1.5rem;
}


.testimonial_home #testimonial_multi_sidebar .card-body .card .card-body {
    display: flex;
    flex-direction: column;
}


.testimonial_home #testimonial_multi_sidebar .card-body .card .card-body .score>label {
    margin-bottom: 0.8rem;
    padding: 0;
    text-shadow: none;
}


.testimonial_home #testimonial_multi_sidebar .card-body .card .card-body .score>label.rated {
    color: #E39C32;
}


.testimonial_home #testimonial_multi_sidebar .card-body .card .card-body small {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: "NunitoBold", sans-serif;
    margin-top: auto;
    align-self: flex-start;
}


.testimonial_home #testimonial_multi_sidebar .card-body .card .card-body blockquote {
    margin-bottom: 0 !important;
    height: 100%;
    display: flex;
    flex-direction: column;
}


.testimonial_home #testimonial_multi_sidebar .carousel-indicators li.active {
    background-color: #e39c32;
}



.card-default .product-box .card-body.bg-dark {
    background: #fff !important;
}


.card-default .product-box .card-body .card-title {
    border: 0 !important;
    padding-top: 0.5rem;
}


.card-default .slide-hover .card-body .card-text {
    background: rgba(255, 255, 255, 0.8) !important;
}


.card-default .slide-hover .card-body .card-title {
    color: #fff !important;
}


.card-default .slide-hover .card-body .card-title::after {
    background: transparent;
}


.card-default .triangle-slide-overlay p strong {
    color: #314961 !important;
}


#product_info #product_images .carousel-inner .carousel-item {
    margin-bottom: 1.875rem;
}


#product_info #product_images .carousel-inner .carousel-item img {
    border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    -webkit-border-radius: 12px !important;
}


#product_info #product_images .carousel-thumbs a {
    margin: 0 0.5rem;
    border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    border: 1px solid transparent;
}


#product_info #product_images .carousel-thumbs a.active {
    border: 1px solid #0066FF;
}


#product_info #product_images .carousel-thumbs img {
    border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
}


#product_info #price_calculator .card-header .card-title {
    color: #000;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;
}


#product_info #price_calculator .card-header .card-title #generate_link {
    font-family: "NunitoRegular" !important;
    color: #314961 !important;
}


#product_info #price_calculator .card-header .card-title #generate_link:hover {
    color: #0066FF !important;
}


#product_info #price_calculator .card-header .card-title #generate_link i {
    content: url("../images/share_icon.png");
    margin-right: 0.5rem !important;
}


#product_info #price_calculator #shippricecalulate #shippingcalc .page-section-header .card-title .accordion-toggle {
    font-family: "NunitoRegular" !important;
    font-size: 16px;
    font-size: 1rem;
}


#product_info #price_calculator #shippricecalulate #shippingcalc .page-section-header .card-title .accordion-toggle .fa-caret-square-down:before {
    content: "\f0d7";
    font-family: "Font Awesome 6 Pro";
    font-weight: bold;
    color: #314961;
}


#product_info #price_calculator #shippricecalulate #shippingcalc #shipping_detail>.row {
    padding-top: 2rem !important;
}


#product_info #price_calculator .div_calculator label .img-fluid {
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}


#InfoTab .nav-tabs .nav-link.active,
#InfoTab .nav-tabs .nav-link:hover {
    color: #0066FF;
    border: 1px solid transparent;
    border-bottom: 1px solid #0066FF;
}



.search_template_box>form>.d-flex {
    align-items: unset !important;
}


#div_addinfo_action_box #additiona_login_box .card {
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    overflow: hidden;
}



.top_header_content a span {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.top_header_content a:hover span {
    color: #334341 !important;
}



#myaccount_menu li.active a {
    color: #0066FF !important;
}


#myaccount_menu li a:hover,
#myaccount_menu li a:focus {
    color: #0066FF !important;
}



.card .card-header {
    background: #fcf6ec;
}


.sidebar .card .card-body #straightmenu .list-group {
    margin-left: 0 !important;
}


.sidebar .card .card-body #straightmenu .list-group .list-group-item {
    padding: 0.9rem !important;
}


.sidebar .card .card-body #straightmenu .list-group .list-group-item .text-info {
    font-size: 16px;
    font-size: 1rem;
    color: #e39c32 !important;
    border-bottom: 1px dashed #ccc;
    padding-left: 0 !important;
    padding-bottom: 0.5rem !important;
    margin-bottom: 0.5rem;
}


.sidebar .card .card-body #straightmenu .list-group .list-group-item .text-info:before {
    display: none;
}


.sidebar .card .card-body #straightmenu .list-group .list-group-item .all-product {
    font-size: 15px;
    font-size: 0.9375rem;
    padding-left: 0;
    color: #555 !important;
}


.sidebar .card .card-body #straightmenu .list-group .list-group-item .all-product:hover {
    color: #0066FF !important;
}


.sidebar .card .card-body #straightmenu .list-group .list-group-item .all-product:before {
    display: none;
}


.sidebar .card .card-body .accordion-menu .list-group-item>a,
.sidebar .card .card-body .accordion .list-group-item>a {
    position: relative;
    font-family: "latomedium", sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
    /*color: #0066FF !important;*/
}

.sidebar .card .card-body .accordion-menu .list-group-item>a {
    color: #555 !important;

}
.sidebar .card .card-body .accordion .list-group-item>a {
    color: #0066FF !important;
}


.sidebar .card .card-body .accordion-menu .list-group-item>a:after,
.sidebar .card .card-body .accordion .list-group-item>a:after {
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    right: 10px;
}


.sidebar .card .card-body .accordion-menu .list-group-item>a[aria-expanded=true]:after,
.sidebar .card .card-body .accordion .list-group-item>a[aria-expanded=true]:after {
    content: "\f106";
}


.sidebar .card .card-body .accordion-menu .list-group-item>a:hover,
.sidebar .card .card-body .accordion-menu .list-group-item>a[aria-expanded=true],
.sidebar .card .card-body .accordion .list-group-item>a:hover,
.sidebar .card .card-body .accordion .list-group-item>a[aria-expanded=true] {
    color: #0066FF !important;
}


.sidebar .card .card-body .accordion-menu .list-group-item .list-unstyled,
.sidebar .card .card-body .accordion .list-group-item .list-unstyled {
    margin-left: 0.5rem;
}


.sidebar .card .card-body .accordion-menu .list-group-item .list-unstyled li a,
.sidebar .card .card-body .accordion .list-group-item .list-unstyled li a {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}


.sidebar .card .card-body .accordion-menu .list-group-item .list-unstyled li a:before,
.sidebar .card .card-body .accordion .list-group-item .list-unstyled li a:before {
    top: 3px;
}


.sidebar .card .card-body .accordion-menu .list-group-item .list-unstyled li:hover a,
.sidebar .card .card-body .accordion-menu .list-group-item .list-unstyled li.active a,
.sidebar .card .card-body .accordion .list-group-item .list-unstyled li:hover a,
.sidebar .card .card-body .accordion .list-group-item .list-unstyled li.active a {
    color: #0066FF !important;
}


.sidebar .card .card-body #cssmenu .list-group .list-group-item {
    background: transparent;
}


.sidebar .card .card-body #cssmenu .list-group .list-group-item>a {
    color: #555555 !important;
}


.sidebar .card .card-body #cssmenu .list-group .list-group-item:hover>a {
    background: #0066FF;
    color: #ffffff !important;
    padding-left: 1.5rem !important;
}

.sidebar .card .card-body #cssmenu .list-group .list-group-item .list-unstyled {
    background: #0066FF;
}


.sidebar .card .card-body #cssmenu .list-group .list-group-item .list-unstyled li {
    background: transparent;
}


.sidebar .card .card-body #cssmenu .list-group .list-group-item .list-unstyled li a {
    color: #ffffff !important;
}


.sidebar .card .card-body #cssmenu .list-group .list-group-item .list-unstyled li:hover>a {
    background: #3e514f;
    color: #ffffff !important;
    padding-left: 1.5rem !important;
}


.sidebar #myaccount_menu li:hover a,
.sidebar #myaccount_menu li.active a {
    color: #e39c32 !important;
}


.sidebar .without_cat .list-group .list-group-item>a {
    padding: 0.5rem 0.9rem;
}


.sidebar .without_cat .list-group .list-group-item ul li:hover a,
.sidebar .without_cat .list-group .list-group-item ul li.active a {
    color: #e39c32 !important;
}


.sidebar #straightmenu .list-group .list-group-item>a.all-product {
    font-size: 16px;
    font-size: 1rem;
    color: #e39c32;
}


.sidebar #straightmenu .list-group .list-group-item>a.all-product:before {
    display: none;
}


.sidebar #straightmenu .list-group .list-group-item>a:not(.all-product) {
    padding: 0.2rem 0 0.2rem 1.1rem !important;
}


.sidebar #straightmenu .list-group .list-group-item>a:not(.all-product):before {
    display: block;
}

.sidebar #straightmenu .list-group .list-group-item>a:hover {
    color: #e39c32 !important;
}

.sidebar #straightmenu .list-group .list-group-item .list-unstyled li>a {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

.sidebar #straightmenu .list-group .list-group-item .list-unstyled li>a:before {
    top: 3px;
}

.sidebar #straightmenu .list-group .list-group-item .list-unstyled li>a:hover {
    color: #e39c32 !important;
}

.sidebar #straightmenu .list-group .list-group-item .list-unstyled li:hover>a,
.sidebar #straightmenu .list-group .list-group-item .list-unstyled li.active>a {
    color: #e39c32 !important;
}