/*Fonts path*/
/*Fonts path end*/
/*************** background opacity and gradient *******************/
/*************** Shadow *******************/
/*************** Transform *******************/
/*************** Transition *******************/
/*************** Animation *******************/
/*************** Filter *******************/
/*************** Media Query *******************/
/* Branding Theme CSS For All Themes */
.zoom:hover {
    background: #871624;
    background: #94202d;
  }
  
  /***** Header tag CSS *****/
  .page-header {
    color: #000000;
  }
  .page-header h1 small {
    color: #6c757d !important;
  }
  
  .page-section-header {
    color: #871624;
  }
  .page-section-header span {
    color: #333333;
  }
  
  .page-sub-header {
    color: #000000;
    width: 100%;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 1rem;
  }
  
  .table .thead-light th,
  .table .thead th,
  .table thead th {
    color: #000000 !important;
    background: transparent;
    border-bottom-color: #000000;
  }
  
  .card-title a.btn-link {
    color: #424143;
  }
  .card-title a.btn-link:hover {
    color: #871624;
  }
  
  /***** Anchor tag css ******/
  a {
    color: #000000;
    -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 {
    color: #871624;
    text-decoration: none;
  }
  
  /***** Button ******/
  .btn {
    -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;
    white-space: normal;
    font-family: "nunitosemibold", sans-serif;
  }
  .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.btn-sm {
    padding: 0.25rem 0.5rem;
  }
  
  .btn-primary {
    background: #871624;
    border-color: #871624;
  }
  .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: #94202d;
    border-color: #94202d;
  }
  .btn-primary.disabled, .btn-primary:disabled {
    background: #871624;
    border-color: #871624;
    color: #ffffff;
    opacity: 0.65;
    filter: alpha(opacity=65);
  }
  
  .btn-info {
    background: #424143;
    border-color: #424143;
    color: #fff;
  }
  .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: #2a292b;
    border-color: #2a292b;
    color: #fff;
  }
  .btn-info.disabled, .btn-info:disabled {
    background: #424143;
    border-color: #424143;
    opacity: 0.65;
    filter: alpha(opacity=65);
    color: #fff;
  }
  
  .btn-secondary {
    background: #545b62;
    border-color: #545b62;
  }
  .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: #6c757d;
    border-color: #6c757d;
  }
  .btn-secondary.disabled, .btn-secondary:disabled {
    background: #545b62;
    border-color: #545b62;
    opacity: 0.65;
    filter: alpha(opacity=65);
  }
  
  .btn-success {
    background: #871624;
    border-color: #871624;
  }
  .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: #94202d;
    border-color: #94202d;
  }
  .btn-success.disabled, .btn-success:disabled {
    background: #871624;
    border-color: #871624;
    opacity: 0.65;
    filter: alpha(opacity=65);
  }
  
  /***** Outline Button ******/
  .btn-outline-primary {
    background: transparent;
    border-color: #871624;
    color: #871624;
  }
  .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: #871624;
    color: #ffffff;
    border-color: #871624;
  }
  
  .btn-outline-secondary {
    background: transparent;
    border-color: #545b62;
    color: #545b62;
  }
  .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: #545b62;
    color: #ffffff;
    border-color: #545b62;
  }
  
  .btn-outline-info {
    background: transparent;
    border-color: #424143;
    color: #424143;
  }
  .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: #424143;
    color: #fff;
    border-color: #424143;
  }
  
  /***** Link Button ******/
  .btn-link {
    color: #000000;
    word-break: break-word;
  }
  .btn-link:hover, .btn-link:focus {
    color: #424143;
  }
  .btn-link:disabled, .btn-link.disabled {
    color: #424143;
  }
  
  /***** Border Color *****/
  .border-primary {
    border-color: #871624 !important;
  }
  
  .border-info {
    border-color: #424143 !important;
  }
  
  .border-secondary {
    border-color: #545b62 !important;
  }
  
  /**** loader ****/
  .loading {
    border-color: transparent #545b62;
  }
  
  #loading-text {
    color: #545b62;
  }
  
  /***** Text Color *****/
  .text-primary {
    color: #871624 !important;
  }
  
  .text-info {
    color: #424143 !important;
  }
  
  .text-secondary {
    color: #000000 !important;
  }
  
  /* Badge CSS */
  .badge-primary {
    background: #871624;
  }
  
  .badge-info {
    background: #424143;
    color: #000000;
    font-weight: normal;
  }
  
  /***** Text-Color with Anchor Tag *****/
  a.text-primary:hover, a.text-primary:focus {
    color: #871624 !important;
  }
  
  a.text-info:hover, a.text-info:focus {
    color: #871624 !important;
  }
  
  /***** background-Color *****/
  .bg-primary {
    background-color: #871624 !important;
  }
  
  .bg-info {
    background-color: #424143 !important;
  }
  
  .bg-secondary {
    background-color: #545b62 !important;
  }
  
  .bg-light {
    background-color: #f7f7f7 !important;
  }
  
  /***** Dropdown-color *****/
  .dropdown-item:hover, .dropdown-item:focus, .dropdown-item.active, .dropdown-item:active {
    background-Color: #fff;
    color: #424143 !important;
  }
  
  .bootstrap-select .dropdown-menu li {
    line-height: 26px;
  }
  .bootstrap-select .dropdown-menu li.active small, .bootstrap-select .dropdown-menu li:hover small {
    color: #424143 !important;
  }
  .bootstrap-select .dropdown-menu li a .check-mark {
    top: 8px !important;
  }
  .bootstrap-select .dropdown-toggle {
    line-height: 26px;
  }
  .bootstrap-select .dropdown-toggle small {
    color: #424143 !important;
  }
  
  /***** Radio button color *****/
  .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #424143;
    border-color: #424143;
    box-shadow: none;
  }
  
  /***** Checkbox color *****/
  .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #424143;
    border-color: #424143;
    box-shadow: none;
  }
  
  /***** Input border-color on focus *****/
  .form-control:focus {
    border-color: #424143;
  }
  
  .form-group .input-valid ~ .col-form-label {
    color: #871624;
  }
  
  /**** pagination ****/
  .page-item.active .page-link, .page-item:hover .page-link {
    background: #871624;
    border-color: #871624;
    color: #ffffff;
  }
  
  /**** search dropdown****/
  .tt-dropdown-menu .tt-suggestion.tt-is-under-cursor {
    background-color: #fff;
  }
  .tt-dropdown-menu .tt-suggestion.tt-is-under-cursor strong,
  .tt-dropdown-menu .tt-suggestion.tt-is-under-cursor a {
    color: #424143 !important;
  }
  .tt-dropdown-menu .tt-suggestion a {
    color: #333333 !important;
  }
  .tt-dropdown-menu .tt-suggestion a strong {
    color: #333333;
  }
  .tt-dropdown-menu .tt-suggestion a:hover {
    color: #424143 !important;
  }
  .tt-dropdown-menu .tt-suggestion:hover strong {
    color: #424143 !important;
  }
  
  /**** Account Page CSS ****/
  .account-links a:hover .cicon, .account-links a:hover span {
    color: #424143;
  }
  
  .account_dashboard_box h4 {
    color: #424143;
  }
  
  /**** JQUERY UPLOADER START ****/
  .bar {
    background-color: #871624;
  }
  
  /***** Fonts *****/
  @font-face {
    font-family: "nunitoregular";
    src: url("../fonts/nunito-regular-webfont.woff2") format("woff2"), url("../fonts/nunito-regular-webfont.woff") format("woff");
    font-display: swap;
  }
  @font-face {
    font-family: "nunitobold";
    src: url("../fonts/nunito-bold-webfont.woff2") format("woff2"), url("../fonts/nunito-bold-webfont.woff") format("woff");
    font-display: swap;
  }
  @font-face {
    font-family: "nunitolight";
    src: url("../fonts/nunito-light-webfont.woff2") format("woff2"), url("../fonts/nunito-light-webfont.woff") format("woff");
    font-display: swap;
  }
  @font-face {
    font-family: "nunitosemibold";
    src: url("../fonts/nunito-semibold-webfont.woff2") format("woff2"), url("../fonts/nunito-semibold-webfont.woff") format("woff");
    font-display: swap;
  }
  @font-face {
    font-family: "ops";
    src: url("../fonts/ops.woff2") format("woff2"), url("../fonts/ops.woff") format("woff");
    font-display: swap;
  }
  @font-face {
    font-family: "ops";
    src: url("../fonts/ops.eot?vr8cha");
    src: url("../fonts/ops.eot?vr8cha#iefix") format("embedded-opentype"), url("../fonts/ops.ttf?vr8cha") format("truetype"), url("../fonts/ops.woff?vr8cha") format("woff"), url("../fonts/ops.svg?vr8cha#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  [class^=icon-], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "ops" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-upload_design:before {
    content: "\e900";
    color: #777181;
  }
  
  .icon-custom_design:before {
    content: "\e901";
    color: #777181;
  }
  
  .icon-browse_design:before {
    content: "\e902";
    color: #777181;
  }
  
  .icon-svg_Shipping .path1:before {
    content: "\e902";
    color: #666666;
  }
  
  .icon-svg_Shipping .path2:before {
    content: "\e903";
    margin-left: -1em;
    color: #666666;
  }
  
  .icon-svg_Service .path1:before {
    content: "\e904";
    color: #666666;
  }
  
  .icon-svg_Service .path2:before {
    content: "\e905";
    margin-left: -1em;
    color: #666666;
  }
  
  .icon-svg_Ordering .path1:before {
    content: "\e90a";
    color: #666666;
  }
  
  .icon-svg_Ordering .path2:before {
    content: "\e90b";
    margin-left: -1em;
    color: #666666;
  }
  
  .icon-svg_customer-care .path1:before {
    content: "\e90e";
    color: #666666;
  }
  
  .icon-svg_customer-care .path2:before {
    content: "\e90f";
    margin-left: -1em;
    color: #666666;
  }
  
  /***** Reset CSS *****/
  body {
    color: #666666;
    background: #ffffff;
    font-size: 16px;
    font-size: 1rem;
    font-family: "nunitoregular", sans-serif;
  }
  
  h4,
  h5,
  h6,
  .h4,
  .h5,
  .h6 {
    color: #333333;
  }
  
  h1,
  .h1 {
    font-size: 22px;
    font-size: 1.375rem;
    font-family: "nunitobold", sans-serif;
    color: #333333;
  }
  
  h2,
  .h2 {
    font-size: 22px;
    font-size: 1.375rem;
    font-family: "nunitobold", sans-serif;
    color: #333333;
  }
  
  h3,
  .h3 {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: "nunitobold", sans-serif;
    color: #333333;
  }
  
  .page-header h2,
  .page-header h1,
  .page-header h3 {
    display: inline-block;
    position: relative;
    font-size: 24px;
    font-size: 1.5rem;
    font-family: "nunitobold", sans-serif;
    background: transparent;
    z-index: 9;
    color: #000000;
  }
  .page-header h2 small,
  .page-header h1 small,
  .page-header h3 small {
    font-size: 65%;
    font-family: "nunitoregular", sans-serif;
  }
  .page-header h2 a,
  .page-header h1 a,
  .page-header h3 a {
    text-transform: capitalize;
  }
  .page-header .btn-link {
    vertical-align: top;
    font-family: "nunitoregular", sans-serif;
  }
  
  b,
  strong {
    font-weight: normal !important;
    font-family: "nunitobold", sans-serif !important;
  }
  
  .btn-link {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.2;
  }
  
  .btn {
    line-height: 1;
  }
  .btn.btn-sm {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.3;
    font-family: "nunitoregular", sans-serif;
  }
  
  .card .card-header {
    background-color: #f7f7f7;
  }
  .card .card-header .card-title {
    color: #333333;
  }
  
  #shopping_accordion .card-header {
    background-color: #f7f7f7;
  }
  
  .HomePage_Title {
    text-align: center;
  }
  .HomePage_Title h1 {
    position: relative;
    padding-bottom: 0.625rem;
    font-size: 22px;
    font-size: 1.375rem;
  }
  .HomePage_Title h1:after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #424143;
    margin: 0 auto;
  }
  
  .main_title {
    text-align: center;
  }
  .main_title h2 {
    position: relative;
    padding-bottom: 0.625rem;
    font-size: 22px;
    font-size: 1.375rem;
  }
  .main_title h2:after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #424143;
    margin: 0 auto;
  }
  
  /*****Product Category CSS *****/
  .accordion-menu .list-group-item > a,
  .accordion .list-group-item > a {
    position: relative;
    color: #545b62 !important;
    font-size: 16px;
    font-size: 1rem;
  }
  .accordion-menu .list-group-item > a:after,
  .accordion .list-group-item > a:after {
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    right: 10px;
  }
  .accordion-menu .list-group-item > a[aria-expanded=true]:after,
  .accordion .list-group-item > a[aria-expanded=true]:after {
    content: "\f106";
  }
  .accordion-menu .list-group-item > a:hover, .accordion-menu .list-group-item > a[aria-expanded=true],
  .accordion .list-group-item > a:hover,
  .accordion .list-group-item > a[aria-expanded=true] {
    color: #424143 !important;
  }
  .accordion-menu .list-group-item .list-unstyled,
  .accordion .list-group-item .list-unstyled {
    margin-bottom: 0.5rem;
  }
  .accordion-menu .list-group-item .list-unstyled li,
  .accordion .list-group-item .list-unstyled li {
    padding-left: 0.5rem;
  }
  
  #templatelist > .row > .col-md-4 .card {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
  #templatelist > .row > .col-md-4 .card .card-header {
    position: relative;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
  #templatelist > .row > .col-md-4 .card .card-header .card-title {
    font-family: "nunitobold", sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
  }
  #templatelist > .row > .col-md-4 .card .card-body .custom-control {
    margin-left: 0.3rem;
  }
  
  .sidebar .facebook_login {
    margin-bottom: 1rem;
  }
  .sidebar .card {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: 0;
  }
  .sidebar .card .card-header {
    position: relative;
    background-color: #fff;
    border: 0;
  }
  .sidebar .card .card-header:after {
    content: " ";
    display: block;
    position: absolute;
    left: -12px;
    bottom: 0;
    top: 18px;
    width: 35px;
    height: 3px;
    background: #dee2e6;
    border-left: 15px solid #871624;
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .sidebar .card .card-header .card-title {
    font-family: "nunitoregular", sans-serif;
    color: #871624;
  }
  .sidebar .card .card-body {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
  }
  .sidebar .card#verticalmenu_sidebar .card-body {
    padding: 0 !important;
  }
  .sidebar .card#myaccount_sidebar .card-body {
    padding: 1rem !important;
  }
  .sidebar .card#togglemenu_sidebar .list-group-item {
    border-left: 0;
    border-right: 0;
    background: transparent;
  }
  .sidebar .list-group-item ul li a {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    font-size: 14px;
    font-size: 0.875rem;
    color: #666666 !important;
  }
  .sidebar .list-group-item ul li a:before {
    top: 3px !important;
  }
  .sidebar .list-group-item ul li:hover > a, .sidebar .list-group-item ul li.active > a {
    color: #424143 !important;
  }
  .sidebar #login_sidebar .google_login {
    margin-top: 1rem;
    padding: 0;
  }
  
  #straightmenu .list-group .list-group-item > a {
    color: #666666 !important;
  }
  #straightmenu .list-group .list-group-item > a:not(.all-product) {
    padding: 0.2rem 0 0.2rem 1.1rem;
    font-size: 97%;
  }
  #straightmenu .list-group .list-group-item > a:not(.all-product):before {
    top: 4px;
  }
  #straightmenu .list-group .list-group-item > a.all-product {
    font-size: 16px;
    font-size: 1rem;
    font-family: "nunitosemibold", sans-serif;
    color: #545b62 !important;
  }
  #straightmenu .list-group .list-group-item > a:hover {
    color: #424143 !important;
  }
  #straightmenu .list-group .list-group-item .list-unstyled {
    padding-left: 0.5rem;
  }
  #straightmenu .list-group .list-group-item .list-unstyled li a {
    font-size: 14px;
    font-size: 0.875rem;
  }
  #straightmenu .list-group .list-group-item .list-unstyled li.active > a, #straightmenu .list-group .list-group-item .list-unstyled li:hover > a {
    color: #424143 !important;
  }
  #straightmenu .list-group.list-group-flush {
    padding: 0.8rem 0;
  }
  #straightmenu .list-group.list-group-flush li:not(.list-group-item) {
    line-height: 1;
  }
  #straightmenu .list-group.list-group-flush li:not(.list-group-item) a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.2;
    font-size: 15px;
    font-size: 0.9375rem;
    color: #555 !important;
  }
  #straightmenu .list-group.list-group-flush li:not(.list-group-item) a:hover {
    color: #424143 !important;
  }
  #straightmenu .list-group.list-group-flush li:not(.list-group-item) a .badge {
    float: none !important;
    margin-left: 0.3rem;
  }
  
  /***** vertical menu ******/
  #cssmenu .list-group-item > a {
    color: #545b62 !important;
  }
  #cssmenu .list-group-item > ul li:hover > a {
    color: #424143 !important;
    padding-left: 1.5rem;
  }
  #cssmenu .list-group-item > ul li.active a {
    color: #424143 !important;
    padding-left: 1.5rem;
  }
  #cssmenu .list-group-item:hover > a {
    color: #424143 !important;
  }
  
  /** price calculator css ***/
  #price_calculator .card-header {
    margin-bottom: 1rem !important;
  }
  #price_calculator #producttotalprice {
    color: #424143 !important;
  }
  #price_calculator label {
    color: #000000;
    margin-bottom: 0;
  }
  
  #product-info #related-product {
    margin-top: 1rem;
  }
  #product-info .actionbtn {
    background: #424143;
    border-color: #424143;
    color: #000000;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
  }
  #product-info .actionbtn:hover, #product-info .actionbtn:focus, #product-info .actionbtn:not(:disabled):not(.disabled):active, #product-info .actionbtn:not(:disabled):not(.disabled).active, #product-info .actionbtn:not(:disabled):not(.disabled):active:focus {
    background: #871624;
    background: #871624;
    color: #000000;
  }
  #product-info .actionbtn.disabled, #product-info .actionbtn:disabled {
    background: #424143;
    border-color: #424143;
    opacity: 0.65;
    filter: alpha(opacity=65);
    color: #000000;
  }
  
  /***** Top menu CSS******/
  .navbar {
    z-index: 999;
    background: #ffffff;
  }
  .navbar .navbar-nav {
    margin-right: auto !important;
  }
  .navbar .navbar-nav .nav-item > .nav-link {
    color: #333333 !important;
    border-top: 1px solid transparent;
    padding: 0.9rem;
    position: relative;
    font-family: "nunitosemibold", sans-serif;
    margin-right: 1px;
    line-height: 1;
  }
  .navbar .navbar-nav .nav-item:hover > .nav-link, .navbar .navbar-nav .nav-item.active > .nav-link {
    color: #871624 !important;
  }
  .navbar .navbar-nav .nav-item.show > .nav-link {
    color: #871624 !important;
    background: #ffffff;
    border-color: #871624;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu {
    border: 0;
    -webkit-box-shadow: 0 0 0 0 #ffffff;
    -moz-box-shadow: 0 0 0 0 #ffffff;
    box-shadow: 0 0 0 0 #ffffff;
    background: #fff;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu li {
    padding-left: 0;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu li > .dropdown-item {
    padding-left: 1.5rem;
    position: relative;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu .dropdown-submenu > .dropdown-item {
    padding-left: 2.5rem;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu li a {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0.5rem 0.8rem;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu li:hover {
    border-color: #871624;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu li:hover > .dropdown-item {
    color: #871624 !important;
    background: #ffffff;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu li:hover > .dropdown-item:after {
    color: #871624;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu li:hover > .dropdown-item:before {
    background-color: #871624;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    margin: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    top: 1px;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li {
    background: transparent;
    padding: 0;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu li ul .dropdown-item {
    padding-left: 2rem;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu .list-unstyled > li.active > a {
    color: #424143 !important;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu .card-columns .card .card-body .nav {
    padding: 1rem;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu .card-columns .card .card-body .nav li > a {
    padding: 0.2rem 0.8rem;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu .card-columns .card .card-body .nav li > a:focus {
    background: transparent;
    color: #424143 !important;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu .card-columns .card .card-body .nav li > a:before {
    display: none;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu .card-columns .card .card-body .nav li:hover > a {
    background: transparent;
    color: #871624 !important;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu .card-columns .card .card-body .nav li:hover > a strong {
    color: #871624 !important;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu .card-columns .flex-column li .dropdown-item:before {
    display: none;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu img {
    max-width: 100%;
    height: auto;
  }
  .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .dropdown-submenu > a {
    background: #fff;
    color: #000000 !important;
    border-right: 0;
  }
  .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .dropdown-submenu > a:after {
    color: #000000;
  }
  .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .dropdown-submenu > a:before {
    top: 50%;
    right: unset;
    bottom: unset;
    width: 2px;
  }
  .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .dropdown-submenu:hover > a, .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .dropdown-submenu.active > a {
    color: #871624 !important;
  }
  .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .dropdown-submenu:hover > a:after, .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .dropdown-submenu.active > a:after {
    color: #871624;
  }
  .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .dropdown-submenu .dropdown-menu {
    background: #fff;
  }
  .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .dropdown-submenu .dropdown-menu a {
    border: 0;
    padding: 0.2rem 0.5rem !important;
    color: #000000 !important;
  }
  .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .dropdown-submenu .dropdown-menu a:hover {
    background: transparent;
  }
  .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .dropdown-submenu .dropdown-menu a:before {
    display: none;
  }
  .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .dropdown-submenu .dropdown-menu .list-unstyled li a:hover {
    color: #871624 !important;
  }
  .navbar .navbar-nav .nav-item:last-child .nav-link:before {
    display: none;
  }
  .navbar .navbar-brand {
    max-width: 140px;
  }
  .navbar .navbar-brand img {
    max-height: none;
    max-width: 100%;
  }
  
  /** media filter css**/
  .media-filter li a {
    border-color: #545b62;
    color: #000000;
  }
  .media-filter li a:hover, .media-filter li a.selected {
    background: #545b62 !important;
    color: #ffffff !important;
  }
  .media-filter .media-boxes-drop-down-header {
    border: 1px solid #545b62;
  }
  
  .card-footer .carousel-control-next,
  .card-footer .carousel-control-prev {
    width: 7%;
  }
  
  #product_price h4,
  #faq_details h4 {
    color: #871624 !important;
  }
  
  .slick-next {
    right: -10px;
  }
  
  .slick-prev {
    left: -10px;
  }
  
  /* Date Picker CSS */
  .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background: #424143;
  }
  .bootstrap-datetimepicker-widget table th,
  .bootstrap-datetimepicker-widget table td {
    font-size: 10px;
    font-size: 0.625rem;
    padding: 0.1rem;
  }
  
  .treeview li .act {
    color: #424143 !important;
  }
  .treeview li a:hover {
    color: #424143 !important;
  }
  
  #category_list a:hover, #category_list a.act {
    color: #871624;
  }
  
  #designer_template_category li a:hover, #designer_template_category li a.p_act {
    color: #424143;
  }
  
  .form-control:focus + .input-group-append .input-group-text {
    border-color: #424143;
  }
  .form-control:focus ~ .col-form-label {
    color: #424143;
  }
  
  /***** Action Button CSS *****/
  #action-btn .page-sub-header {
    margin-bottom: 1rem;
  }
  
  .browse_design,
  .upload_design,
  .custom_design,
  .hire_designer,
  .quote_product {
    -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;
    border-width: 0 !important;
    position: relative;
    margin: 1.188rem 0 !important;
  }
  .browse_design a,
  .upload_design a,
  .custom_design a,
  .hire_designer a,
  .quote_product a {
    padding: 0.1rem 1rem 0.1rem 0 !important;
    margin-left: 1rem;
    position: relative;
    z-index: 9;
    background: #e5f5f4;
    color: #424143 !important;
  }
  .browse_design a span,
  .upload_design a span,
  .custom_design a span,
  .hire_designer a span,
  .quote_product 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;
  }
  .browse_design a:before,
  .upload_design a:before,
  .custom_design a:before,
  .hire_designer a:before,
  .quote_product a:before {
    content: "";
    display: block;
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #e5f5f4;
    width: 110px;
    height: 110px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    z-index: -1;
  }
  .browse_design i,
  .upload_design i,
  .custom_design i,
  .hire_designer i,
  .quote_product i {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    text-align: center;
    line-height: 80px;
    background: #fff;
    font-size: 40px;
    font-size: 2.5rem;
    margin-left: -4px;
  }
  .browse_design:hover a .media-body span,
  .upload_design:hover a .media-body span,
  .custom_design:hover a .media-body span,
  .hire_designer:hover a .media-body span,
  .quote_product:hover a .media-body span {
    color: #871624;
  }
  
  .allbtn a:hover {
    color: #871624 !important;
  }
  
  .btn-title-text.browse_design, .btn-title-text.upload_design, .btn-title-text.custom_design, .btn-title-text.quote_product, .btn-title-text.hire_designer {
    padding: 0 !important;
    margin: 0.5rem 0 !important;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background-color: transparent !important;
  }
  .btn-title-text.browse_design:hover, .btn-title-text.upload_design:hover, .btn-title-text.custom_design:hover, .btn-title-text.quote_product:hover, .btn-title-text.hire_designer:hover {
    -webkit-box-shadow: 0 0 0px 0px #73797D;
    -moz-box-shadow: 0 0 0px 0px #73797D;
    box-shadow: 0 0 0px 0px #73797D;
  }
  .btn-title-text.browse_design a, .btn-title-text.upload_design a, .btn-title-text.custom_design a, .btn-title-text.quote_product a, .btn-title-text.hire_designer a {
    padding: 0.5rem 1rem !important;
    margin: 0;
    border: 1px solid transparent;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }
  .btn-title-text.browse_design a:before, .btn-title-text.upload_design a:before, .btn-title-text.custom_design a:before, .btn-title-text.quote_product a:before, .btn-title-text.hire_designer a:before {
    display: none;
  }
  .btn-title-text.browse_design a:hover a, .btn-title-text.upload_design a:hover a, .btn-title-text.custom_design a:hover a, .btn-title-text.quote_product a:hover a, .btn-title-text.hire_designer a:hover a {
    -webkit-box-shadow: 0 0 5px 1px #73797D;
    -moz-box-shadow: 0 0 5px 1px #73797D;
    box-shadow: 0 0 5px 1px #73797D;
  }
  .btn-title-text.browse_design i, .btn-title-text.upload_design i, .btn-title-text.custom_design i, .btn-title-text.quote_product i, .btn-title-text.hire_designer i {
    width: auto;
    height: auto;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    text-align: center;
    line-height: 1.4;
    background: transparent;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .btn-title-text .h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .btn-title-text.browse_design a {
    background: #871624 !important;
    border-color: #871624;
  }
  .btn-title-text.browse_design a .h4,
  .btn-title-text.browse_design a i {
    color: #ffffff !important;
  }
  .btn-title-text.browse_design:hover a {
    background: transparent !important;
  }
  .btn-title-text.browse_design:hover a .h4,
  .btn-title-text.browse_design:hover a i {
    color: #871624 !important;
  }
  .btn-title-text.upload_design a {
    background: #424143 !important;
    border-color: #424143;
  }
  .btn-title-text.upload_design a .h4,
  .btn-title-text.upload_design a i {
    color: #fff !important;
  }
  .btn-title-text.upload_design:hover a {
    background: transparent !important;
  }
  .btn-title-text.upload_design:hover a .h4,
  .btn-title-text.upload_design:hover a i {
    color: #424143 !important;
  }
  .btn-title-text.custom_design a {
    background: #000000 !important;
    border-color: #000000;
  }
  .btn-title-text.custom_design a .h4,
  .btn-title-text.custom_design a i {
    color: #ffffff !important;
  }
  .btn-title-text.custom_design:hover a {
    background: transparent !important;
  }
  .btn-title-text.custom_design:hover a .h4,
  .btn-title-text.custom_design:hover a i {
    color: #000000 !important;
  }
  .btn-title-text.hire_designer a {
    background: #424143 !important;
    border-color: #424143;
  }
  .btn-title-text.hire_designer a .h4,
  .btn-title-text.hire_designer a i {
    color: #fff !important;
  }
  .btn-title-text.hire_designer:hover a {
    background: transparent !important;
  }
  .btn-title-text.hire_designer:hover a .h4,
  .btn-title-text.hire_designer:hover a i {
    color: #424143 !important;
  }
  .btn-title-text.quote_product a {
    background: #e5f5f4 !important;
    border-color: #e5f5f4;
  }
  .btn-title-text.quote_product a .h4 {
    color: #871624 !important;
  }
  .btn-title-text.quote_product:hover a {
    background: transparent !important;
    border-color: #871624;
  }
  .btn-title-text.quote_product:hover a .h4 {
    color: #871624 !important;
  }
  
  /***** Product Hover Effact CSS *****/
  .flip3d {
    background: #fafafa;
  }
  .flip3d .card-header {
    background: #871624;
    padding: 0.8rem 1rem !important;
  }
  .flip3d .card-header h3 {
    font-size: 16px;
    font-size: 1rem;
    color: #ffffff;
    font-family: "nunitolight", sans-serif;
  }
  .flip3d .card-header a:hover h3 {
    color: rgba(255, 255, 255, 0.8);
  }
  .flip3d .card-body .face {
    text-align: center;
  }
  .flip3d .card-body .face img {
    max-width: 250px;
    width: 100%;
  }
  
  .product-box .card .card-body .card-title {
    color: #333333 !important;
    font-family: "nunitoregular", sans-serif;
  }
  .product-box .card .card-body .card-text {
    color: #666666;
  }
  .product-box .card .card-body .card-text strong {
    color: #666666;
    display: block;
    font-family: "nunitoregular", sans-serif;
  }
  .product-box .card.slide-hover .card-body .card-title, .product-box .card.triangle-slide-overlay .card-body .card-title {
    color: #ffffff !important;
  }
  .product-box .card.slide-hover .card-body .card-text, .product-box .card.triangle-slide-overlay .card-body .card-text {
    color: #ffffff;
  }
  .product-box .card.slide-hover .card-body .card-text strong, .product-box .card.triangle-slide-overlay .card-body .card-text strong {
    color: #ffffff;
  }
  .product-box .card.slide-hover {
    border-color: #871624;
  }
  .product-box .card.slide-hover .card-body .card-text {
    background: #871624;
    background: rgba(0, 174, 239, 0.8);
  }
  .product-box .card.slide-hover .card-body .card-title {
    background: #871624 !important;
    color: #ffffff !important;
    font-size: 16px;
    font-size: 1rem;
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .product-box .card.slide-hover .card-body .card-title:after {
    background: #0090c6;
    padding: 1rem;
    line-height: 1;
  }
  .product-box .card.slideup:hover {
    border-color: #871624;
  }
  .product-box .card.slideup .card-body {
    background: #871624 !important;
  }
  .product-box .card.slideup .card-body .card-title {
    color: #ffffff !important;
    font-size: 16px;
    font-size: 1rem;
    color: #ffffff;
    font-family: "nunitoregular", sans-serif;
  }
  .product-box .card.flip3d .card-header {
    border: 0;
  }
  .product-box .card.hover-box-shadow {
    text-align: center;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: transparent;
    border: 0;
  }
  .product-box .card.hover-box-shadow .thumbnail {
    -webkit-box-shadow: 0 0px 4px 2px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0px 4px 2px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0px 4px 2px rgba(0, 0, 0, 0.07);
    background: #fff;
  }
  .product-box .card.hover-box-shadow .card-body {
    padding: 0.938rem 0.625rem 0 !important;
  }
  .product-box .card.hover-box-shadow .card-body .card-title {
    color: #000000 !important;
    font-size: 20px;
    font-size: 1.25rem;
    font-family: "nunitosemibold", sans-serif;
  }
  .product-box .card.hover-box-shadow .card-body .card-text {
    display: none;
  }
  .product-box .card.hover-box-shadow .card-footer {
    display: none !important;
  }
  
  /**** Nav Tabs CSS *****/
  #InfoTab .nav-tabs {
    background: #fff;
    border-bottom-color: rgba(0, 174, 239, 0.3);
  }
  #InfoTab .nav-tabs .nav-item .nav-link {
    color: #000000;
    font-size: 16px;
    font-size: 1rem;
    position: relative;
    padding: 0.8rem 1rem;
    -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;
    position: relative;
    border-bottom: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    overflow: hidden;
    z-index: 1;
    border-color: transparent;
  }
  #InfoTab .nav-tabs .nav-item .nav-link:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e5f5f4;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    -moz-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    z-index: -1;
  }
  #InfoTab .nav-tabs .nav-item .nav-link.active, #InfoTab .nav-tabs .nav-item .nav-link:hover {
    color: #424143;
  }
  #InfoTab .nav-tabs .nav-item .nav-link.active {
    font-family: "nunitosemibold", sans-serif;
    border-color: rgba(0, 174, 239, 0.3);
  }
  #InfoTab .nav-tabs .nav-item .nav-link.active:after {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #InfoTab .tab-content {
    border: 1px solid rgba(0, 174, 239, 0.3);
    border-top: 0;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  
  .nav-customtabs {
    border: 0 !important;
  }
  .nav-customtabs li .nav-link {
    color: #333333;
    font-size: 16px;
    font-size: 1rem;
  }
  .nav-customtabs li .nav-link.active, .nav-customtabs li .nav-link:hover {
    color: #424143;
  }
  .nav-customtabs li .nav-link.active:after, .nav-customtabs li .nav-link:hover:after {
    background: #424143;
    width: 50%;
    margin: 0 auto;
  }
  .nav-customtabs li .nav-link.active {
    font-family: "nunitosemibold", sans-serif;
  }
  
  .tab-content {
    padding-top: 1rem;
  }
  
  /***** other content CSS *****/
  .body-container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  
  .search-toggle {
    z-index: 9;
  }
  
  .home_page_body .middle_content {
    background-color: #f7f7f7;
  }
  .home_page_body .middle_content .body-container {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
  
  /***** my account menu ******/
  #myaccount_menu li a {
    font-size: 15px;
    font-size: 0.9375rem;
    color: #555 !important;
  }
  #myaccount_menu li.active a, #myaccount_menu li:hover a {
    color: #871624 !important;
  }
  
  /*Breadcrumb CSS*/
  .breadcrumb_container .breadcrumb li a {
    color: #000000;
  }
  .breadcrumb_container .breadcrumb li a:hover {
    color: #424143;
  }
  .breadcrumb_container .breadcrumb li.active .a {
    color: #424143;
  }
  
  /***** Top Header CSS  *****/
  .top-header {
    position: relative;
    padding: 0.625rem 0;
  }
  .top-header .bootstrap-select {
    margin-left: 1rem !important;
    margin-right: 0 !important;
  }
  .top-header .bootstrap-select .dropdown-menu {
    z-index: 9999 !important;
  }
  .top-header .bootstrap-select > .dropdown-toggle {
    padding: 0 0.75rem;
    height: 37px;
    max-height: 37px;
    line-height: 37px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
  .top-header .top_header a {
    color: #333333;
    font-family: "nunitoregular", sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-right: 0.5rem;
  }
  .top-header .top_header a i {
    font-size: 20px;
    font-size: 1.25rem;
    padding-right: 0.625rem;
  }
  .top-header .top_header a .text-call {
    color: #871624;
  }
  .top-header .top_header a .text-bold {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .top-header .top_header a:hover {
    color: #424143;
  }
  .top-header .top_header a:hover .text-call {
    color: #424143;
  }
  .top-header .top-links li {
    margin: 0;
    padding-left: 0.5rem;
    vertical-align: middle;
  }
  .top-header .top-links li .navbar-text {
    color: #333333;
  }
  .top-header .top-links li .navbar-text a {
    /*padding: 0 0.5rem;*/
  }
  .top-header .top-links li a {
    color: #333333;
    font-family: "nunitoregular", sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
  .top-header .top-links li a span {
    color: #871624;
  }
  .top-header .top-links li a i {
    font-size: 20px;
    font-size: 1.25rem;
    padding-right: 0.625rem;
  }
  .top-header .top-links li a .text-call {
    color: #871624;
  }
  .top-header .top-links li a .text-bold {
    font-size: 14px;
    font-size: 0.875rem;
    color: #333333;
  }
  .top-header .top-links li a .badge {
    position: absolute;
    bottom: -5px;
    left: 7px;
    padding: 0;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 10px;
    font-size: 0.625rem;
    color: #fff;
  }
  .top-header .top-links li a:hover {
    color: #424143;
  }
  .top-header .top-links li a:hover span {
    color: #424143;
  }
  .top-header .top-links li a:hover span .badge {
    color: #ffffff;
  }
  .top-header .top-links li a:hover .text-call {
    color: #424143;
  }
  .top-header .top-links li:first-child {
    padding-left: 0;
  }
  .top-header .top-links li .logout-dropdown a {
    padding: 0.4rem 1rem !important;
  }
  .top-header .top-links li .logout-dropdown a i {
    font-size: 16px;
    font-size: 1rem;
  }
  .top-header .navbar-brand {
    margin-top: 0 !important;
    max-width: 150px;
  }
  
  /***** My Account  *****/
  .my_account .navbar-cart {
    position: relative;
    font-size: 16px;
    font-size: 1rem;
    background: #ffffff;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    color: #871624;
    text-align: center;
    margin-left: 0.5rem;
    -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;
  }
  .my_account .navbar-cart .badge {
    position: absolute;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    font-size: 10px;
    font-size: 0.625rem;
    bottom: 0px;
    right: -4px;
    width: 14px;
    height: 14px;
    line-height: 10px;
  }
  .my_account .navbar-cart:hover {
    border-color: #424143;
    background: #fff;
    color: #424143;
  }
  
  /***** Header Search  *****/
  .header-search .twitter-typeahead {
    width: 100%;
  }
  .header-search .twitter-typeahead .typeahead {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-color: #ccc;
    height: 39px;
  }
  .header-search .twitter-typeahead:after {
    color: #333333;
    padding: 0;
    width: 40px;
    right: 4px;
    line-height: 2;
    font-size: 18px;
    font-size: 1.125rem;
  }
  
  /*** top banner css***/
  #top-banner {
    display: block !important;
  }
  #top-banner .slick-arrow i {
    color: rgba(84, 91, 98, 0.6);
  }
  
  /* CMS Header*/
  .header-content .services_resources {
    padding: 3rem 0 2rem;
  }
  .header-content .services_resources .service_box span {
    font-size: 50px;
    font-size: 3.125rem;
  }
  .header-content .services_resources .service_box span .path1:before,
  .header-content .services_resources .service_box span .path2:before {
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    display: inline-block;
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  .header-content .services_resources .service_box h3 {
    margin: 1rem 0 1rem;
    color: #000000;
  }
  .header-content .services_resources .service_box p {
    margin: 0;
  }
  .header-content .services_resources .service_box:hover span .path1:before,
  .header-content .services_resources .service_box:hover span .path2:before {
    color: #424143;
    -moz-transform: translate(0px, 10px);
    -o-transform: translate(0px, 10px);
    -ms-transform: translate(0px, 10px);
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
  }
  
  /*** middle footer css**/
  .personalize_products {
    padding: 3.125rem 0;
  }
  .personalize_products .personalize-box .card .thumbnail {
    -webkit-box-shadow: 0 0px 4px 2px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0px 4px 2px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0px 4px 2px rgba(0, 0, 0, 0.07);
  }
  .personalize_products .personalize-box .card .thumbnail img {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -ms-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
  }
  .personalize_products .personalize-box .card .card-body {
    padding: 0.938rem 0.938rem 0 !important;
  }
  .personalize_products .personalize-box .card .card-body h3 {
    color: #000000 !important;
    font-size: 20px;
    font-size: 1.25rem;
    font-family: "nunitosemibold", sans-serif;
  }
  .personalize_products .personalize-box:hover .thumbnail img {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .personalize_products .btn {
    padding: 0.625rem 0.938rem;
  }
  
  .we_can_section {
    padding: 3.125rem 0 2.5rem;
    background-color: rgba(236, 0, 140, 0.1);
  }
  .we_can_section .card {
    -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;
  }
  .we_can_section .card .thumbnail:before {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
  }
  .we_can_section .card .thumbnail img {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -ms-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
  }
  .we_can_section .card h3 {
    font-family: "nunitosemibold", sans-serif;
    color: #000000;
  }
  .we_can_section .card:hover img {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .we_can_section .card:hover {
    -webkit-box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.45);
  }
  
  .client_testimonial_section {
    padding: 3.125rem 0 2.5rem;
  }
  .client_testimonial_section .testimonial_text {
    padding: 0.938rem 0.938rem;
    font-size: 14px;
    font-size: 0.875rem;
    -webkit-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.05);
  }
  .client_testimonial_section .testimonial_text:after {
    content: " ";
    display: block;
    position: absolute;
    background-image: url(../images/slant.png);
    background-size: cover;
    bottom: 10px;
    left: 16px;
    width: 24px;
    height: 31px;
  }
  .client_testimonial_section small {
    font-family: "nunitobold", sans-serif;
    color: #333333;
    padding-top: 1.25rem;
    display: block;
    padding-left: 3.125rem;
    position: relative;
  }
  .client_testimonial_section small:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #871624;
    display: block;
    position: absolute;
    top: 26px;
    left: 35px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
  }
  
  .partner_section {
    padding: 3.125rem 0;
  }
  .partner_section .partner_logo div {
    margin: 0 auto;
  }
  .partner_section .partner_logo div img {
    margin: 0 auto;
    -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;
  }
  .partner_section .partner_logo div img:hover {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  .partner_section .partner_logo .slick-dots {
    display: none !important;
  }
  .partner_section .partner_logo .slick-arrow {
    display: block !important;
    z-index: 1;
  }
  .partner_section .partner_logo .slick-arrow.slick-prev:before, .partner_section .partner_logo .slick-arrow.slick-next:before {
    font-family: "Font Awesome 6 Pro";
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 0.2;
    color: #871624;
    opacity: 1;
    font-weight: 300;
  }
  .partner_section .partner_logo .slick-arrow.slick-prev {
    left: 0;
  }
  .partner_section .partner_logo .slick-arrow.slick-prev:before {
    content: "\f053";
  }
  .partner_section .partner_logo .slick-arrow.slick-next {
    right: 0;
  }
  .partner_section .partner_logo .slick-arrow.slick-next:before {
    content: "\f054";
  }
  .partner_section .partner_logo .slick-arrow:hover.slick-prev:before, .partner_section .partner_logo .slick-arrow:hover.slick-next:before {
    color: #424143;
  }
  
  .subscribe_section {
    padding: 3.125rem 0;
    background: url(../images/subscribe_banner.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
  }
  @media only screen and (min-width: 1248px) {
    .subscribe_section {
      padding: 4.063rem 0;
    }
  }
  .subscribe_section h2 {
    color: #333333;
    font-family: "nunitolight", sans-serif;
  }
  .subscribe_section h3 {
    margin: 0.938rem 0;
    line-height: 1;
  }
  .subscribe_section .btn {
    margin-top: 0.625rem;
    padding: 0.625rem 0.938rem;
  }
  
  /** middle footer css end ***/
  /*Footer CSS*/
  .footer-content .footer_bottom {
    background-color: #181b1b;
    padding: 3.75rem 0 1.4rem;
  }
  .footer-content .footer_bottom h3 {
    font-family: "nunitosemibold", sans-serif !important;
    margin-bottom: 0.8rem;
    color: #fff;
  }
  .footer-content .footer_bottom ul {
    list-style: none;
    padding: 0;
  }
  .footer-content .footer_bottom ul li {
    display: block;
    padding: 0;
  }
  .footer-content .footer_bottom ul li a {
    color: rgba(255, 255, 255, 0.7);
    font-family: "nunitolight", sans-serif !important;
    padding-bottom: 0.6rem;
    display: inline-block;
  }
  .footer-content .footer_bottom ul li a:hover, .footer-content .footer_bottom ul li a.active {
    color: #ffffff;
  }
  .footer-content .footer_bottom .subscribe_sidebar {
    margin-top: 1.125rem;
  }
  .footer-content .footer_bottom .subscribe_sidebar .card .card-body {
    padding: 0;
  }
  .footer-content .footer_bottom .subscribe_sidebar .card .card-body .input-group {
    max-width: 100%;
  }
  .footer-content .footer_bottom .subscribe_sidebar .card .card-body .btn {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    padding: 0.6rem 0.75rem 0.5rem;
  }
  .footer-content .seprator-bg {
    background: #181b1b;
  }
  .footer-content .seprator-bg .border-top {
    border-color: rgba(255, 255, 255, 0.1) !important;
  }
  .footer-content .footer_links > ul > li {
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
  .footer-content .footer_links ul li a span b {
    color: #fff;
  }
  
  footer {
    background-color: #181b1b;
    padding: 1.4rem 0;
  }
  footer .social_icon li {
    display: inline-block;
  }
  footer .social_icon li a {
    display: inline-block;
    position: relative;
    margin: 0 0.5rem;
  }
  footer .social_icon li a:before {
    content: " ";
    width: 40px;
    height: 40px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    display: block;
    background: transparent;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 265ms ease-out;
    -moz-transition: all 265ms ease-out;
    -ms-transition: all 265ms ease-out;
    -o-transition: all 265ms ease-out;
    transition: all 265ms ease-out;
  }
  footer .social_icon li a i {
    color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 11px;
    left: 0px;
    right: 0;
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem;
    -webkit-transition: all 265ms ease-out;
    -moz-transition: all 265ms ease-out;
    -ms-transition: all 265ms ease-out;
    -o-transition: all 265ms ease-out;
    transition: all 265ms ease-out;
  }
  footer .social_icon li a:hover:before {
    background: #fff;
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 265ms ease-in;
    -moz-transition: all 265ms ease-in;
    -ms-transition: all 265ms ease-in;
    -o-transition: all 265ms ease-in;
    transition: all 265ms ease-in;
  }
  footer .social_icon li a:hover i {
    color: #871624;
    transition: all 265ms ease-in;
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all 265ms ease-in;
    -moz-transition: all 265ms ease-in;
    -ms-transition: all 265ms ease-in;
    -o-transition: all 265ms ease-in;
    transition: all 265ms ease-in;
  }
  footer p {
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: "nunitolight", sans-serif !important;
    color: rgba(255, 255, 255, 0.7);
  }
  footer p a {
    color: #424143;
  }
  footer p a:hover {
    color: #871624;
  }
  
  #sitemap ul li a:hover {
    color: #424143;
  }
  
  #faq_details .card-title a,
  #product_price_with_category .card-title a,
  .code-default .card-title a {
    font-size: 16px;
    font-size: 1rem;
  }
  #faq_details .card-title a:hover,
  #product_price_with_category .card-title a:hover,
  .code-default .card-title a:hover {
    color: #424143 !important;
  }
  
  #middle-content #top-banner {
    margin-bottom: 2rem;
  }
  #middle-content .btn-view {
    padding: 0.625rem 0.938rem;
  }
  
  .scroll-top {
    line-height: 30px;
  }
  
  #related-product .card {
    border-color: rgba(0, 0, 0, 0.125);
  }
  #related-product .page-sub-header {
    margin: 1rem 0;
  }
  
  .navbar-collapse ~ .navbar-bg-outside {
    z-index: 1;
  }
  
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .navbar-brand {
      width: 100%;
    }
  }
  .zoom .btn {
    position: static;
    height: auto;
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  
  a.history_approve:hover {
    color: #fff !important;
  }
  
  .btn.google_login {
    padding: 0;
  }
  
  @media only screen and (min-width: 768px) {
    h3 {
      font-size: 20px;
      font-size: 1.25rem;
    }
    .btn {
      font-size: 18px;
      font-size: 1.125rem;
      padding: 0.6rem 0.75rem;
    }
    .HomePage_Title h1 {
      font-size: 28px;
      font-size: 1.75rem;
    }
    .main_title h2 {
      font-size: 28px;
      font-size: 1.75rem;
    }
    .home_page_body .main-content {
      margin-right: -10px;
      margin-left: -10px;
    }
    .home_page_body .main-content .col-12 {
      padding-right: 10px;
      padding-left: 10px;
    }
    .narrow_gutters {
      margin-right: -10px;
      margin-left: -10px;
    }
    .narrow_gutters .col-12 {
      padding-right: 10px;
      padding-left: 10px;
    }
    .navbar {
      background: #871624;
    }
    .navbar .navbar-nav .nav-item > .nav-link {
      color: #ffffff !important;
      line-height: 1.5;
    }
    .navbar .navbar-nav .nav-item > .nav-link:before {
      content: " ";
      display: block;
      position: absolute;
      height: 25px;
      width: 1px;
      background: rgba(238, 238, 238, 0.5);
      display: block;
      right: -1px;
      top: 13px;
    }
    .navbar .navbar-nav .nav-item:hover > .nav-link, .navbar .navbar-nav .nav-item.active > .nav-link {
      color: rgba(255, 255, 255, 0.8) !important;
    }
    .navbar .navbar-nav .nav-item.show > .nav-link {
      color: #871624 !important;
    }
    .navbar .navbar-nav .nav-item .dropdown-menu {
      -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    }
    .navbar .navbar-nav .nav-item .dropdown-menu li > .dropdown-item:before {
      content: " ";
      display: block;
      position: absolute;
      height: 100%;
      width: 2px;
      background-color: transparent;
      top: 50%;
      left: 0;
      -moz-transform: translate(0%, -50%);
      -o-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
      -webkit-transform: translate(0%, -50%);
      transform: translate(0%, -50%);
      -webkit-transition: 0.5s all ease-in-out;
      -moz-transition: 0.5s all ease-in-out;
      -ms-transition: 0.5s all ease-in-out;
      -o-transition: 0.5s all ease-in-out;
      transition: 0.5s all ease-in-out;
    }
    #middle-content .btn-view {
      padding: 1.188rem 3.25rem 0.938rem;
    }
    .slick-next {
      right: -25px;
    }
    .slick-prev {
      left: -25px;
    }
    .top-header .navbar-brand {
      max-width: 160px;
    }
    .top-header .top-links li a .badge {
      left: 13px;
      top: -5px;
      font-size: 8px;
      font-size: 0.5rem;
      width: 14px;
      height: 14px;
    }
    .header-search .twitter-typeahead {
      width: 190px;
    }
    .we_can_section, .client_testimonial_section {
      padding: 3.125rem 0;
    }
    .we_can_section .card-body, .client_testimonial_section .card-body {
      padding: 1.8rem 1.8rem;
    }
    .client_testimonial_section .testimonial_text:after {
      bottom: 18px;
      left: 10px;
    }
    .client_testimonial_section small {
      font-size: 18px;
      font-size: 1.125rem;
    }
    .client_testimonial_section small:before {
      top: 29px;
    }
    .subscribe_section h3 {
      font-size: 28px;
      font-size: 1.75rem;
    }
    .personalize_products .btn {
      padding: 1.188rem 3.25rem 0.938rem;
    }
    .subscribe_sidebar .input-group {
      max-width: 326px;
    }
  }
  @media only screen and (min-width: 800px) {
    .page-header h2,
    .page-header h1,
    .page-header h3 {
      font-size: 26px;
      font-size: 1.625rem;
    }
    .navbar .navbar-nav .nav-item .dropdown-menu li > .dropdown-item {
      padding: 0.5rem 0.8rem 0.4rem;
    }
    .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-submenu > .dropdown-item {
      padding: 0.5rem 0.8rem 0.4rem;
    }
    .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-submenu .dropdown-menu li > .dropdown-item {
      padding: 0.5rem 0.8rem 0.4rem;
    }
  }
  @media only screen and (min-width: 1024px) {
    .HomePage_Title h1 {
      font-size: 40px;
      font-size: 2.5rem;
    }
    .main_title h2 {
      font-size: 40px;
      font-size: 2.5rem;
    }
    .top-header .top_header a {
      padding-right: 1.875rem;
      font-size: 16px;
      font-size: 1rem;
    }
    .top-header .top_header a i {
      font-size: 28px;
      font-size: 1.75rem;
    }
    .top-header .top-links li {
      padding-left: 1.875rem;
    }
    .top-header .top-links li a {
      font-size: 16px;
      font-size: 1rem;
    }
    .top-header .top-links li a i {
      font-size: 28px;
      font-size: 1.75rem;
    }
    .top-header .top-links li a .badge {
      left: 20px;
      top: -5px;
      font-size: 10px;
      font-size: 0.625rem;
      width: 16px;
      height: 16px;
    }
    .navbar .navbar-nav .nav-item > .nav-link {
      padding: 0.85rem 1.5rem;
    }
    .product-box .card.hover-box-shadow .card-body {
      padding: 2.188rem 0.938rem 1rem !important;
    }
    .top-header .navbar-brand {
      max-width: 230px;
    }
    .header-search .twitter-typeahead {
      width: 260px;
    }
  }
  @media only screen and (min-width: 1248px) {
    #product-info .actionbtn {
      padding: 1.21rem 1rem;
    }
    .product-box .card.hover-box-shadow .card-body .card-title {
      font-size: 22px;
      font-size: 1.375rem;
    }
    .home_page_body .middle_content {
      padding-top: 4rem;
      padding-bottom: 4rem;
    }
    .header-search .twitter-typeahead {
      width: 374px;
    }
    .header-content .services_resources {
      padding: 6.875rem 0;
    }
    .header-content .services_resources .service_box span {
      font-size: 66px;
      font-size: 4.125rem;
    }
    .header-content .services_resources h3 {
      margin: 2rem 0 1rem;
    }
    .personalize_products {
      padding: 6.1875rem 0;
    }
    .personalize_products .personalize-box .card .card-body {
      padding: 3.125rem 0.938rem 0 !important;
    }
    .personalize_products .personalize-box .card .card-body h3 {
      font-size: 25px;
      font-size: 1.5625rem;
    }
    .personalize_products .personalize-box .btn {
      padding: 1.063rem 3.25rem;
      margin-top: 0.625rem;
    }
    .we_can_section, .client_testimonial_section, .partner_section {
      padding: 6.1875rem 0;
    }
    .client_testimonial_section .testimonial_text {
      padding: 1.875rem 1.875rem;
      font-size: 17px;
      font-size: 1.0625rem;
    }
    .partner_section .slick-arrow.slick-prev:before, .partner_section .slick-arrow.slick-next:before {
      font-size: 55px;
      font-size: 3.4375rem;
    }
    .subscribe_section {
      padding: 4.0625rem 0;
    }
    .subscribe_section h2 {
      font-size: 25px;
      font-size: 1.5625rem;
    }
    .subscribe_section h3 {
      font-size: 40px;
      font-size: 2.5rem;
      margin: 2.125rem 0;
    }
    .subscribe_section p {
      font-size: 18px;
      font-size: 1.125rem;
    }
    .subscribe_section .btn {
      padding: 1.063rem 2.625rem;
    }
    .footer-content .footer_bottom {
      padding: 3.75rem 0 3.125rem;
    }
    .footer-content .footer_bottom h3 {
      margin-bottom: 1.3rem;
    }
    .footer-content .seprator-bg .border-top {
      max-width: 1350px;
    }
    .footer-content .footer_links > ul > li {
      width: 50%;
    }
    footer {
      padding: 2.25rem 0;
    }
  }
  @media only screen and (min-width: 1440px) {
    .container {
      max-width: 1280px;
    }
  }
  @media only screen and (min-width: 1600px) {
    .subscribe_section {
      padding: 6.1875rem 0;
    }
  }
  
  /*# sourceMappingURL=theme.css.map */