.btn {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}

.pl-0 {
    padding-left: 0px;
}

.btn-vertical {
    padding: 12px 10px;
    border: none;
    border-radius: 4px;
    margin-bottom: 6px;
}

.sms-code-info, .sms-code-error {
    display: none;
}

.fs-already-requested {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    margin-top: 20px;
}

.hide-block-fs {
    display: none;
}

.gl-modal#free_pack_form:before {
    height: 10px;
}


.btn_transparent {
    background-color: transparent;
    color: #272727;
    border: 1px solid #a9a9a9
}

.btn_transparent:hover {
    background-color: #f3f3f3
}

.btn_white {
    background-color: #fff;
    color: #000;
    border: 3px solid #000
}

.btn_white:hover {
    background-color: #f3f3f3
}

.btn_gray {
    background-color: #f3f3f3;
    color: #252525
}

.btn_gray:hover {
    color: #000
}

.btn_lightgray_border {
    background-color: #fff;
    border: 2px solid #f3f3f3;
    color: #252525
}

.btn_lightgray_border:hover {
    color: #000
}

.btn_black {
    background-color: #000;
    color: #f3f3f3
}

.btn_black:hover {
    color: #fff
}

.btn_black_bordered {
    background-color: #fff;
    border: 3px solid #191919;
    color: #191919;
    padding: 4px 30px
}

.btn_maincolor_bordered {
    background-color: #fff;
    border: 3px solid #23c2a8;
    color: #23c2a8 !important;
    padding: 4px 30px !important
}


.form-group.boxed_field select {
    background: 0 0;
    font-size: 13px;
    height: auto;
    padding: 15px 10px 3px 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 100
}

.form-group.boxed_field label {
    font-size: 12px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    position: absolute;
    top: 5px;
    left: 9px
}

.form-group.boxed_field i {
    position: absolute;
    top: 40%;
    right: 15px;
    z-index: 1
}


.bold {
    font-weight: 700
}

.summary-shipping {
    color: #23c2a8;
    font-weight: 700
}

.top_buffer {
    margin-top: 10px
}

.bottom_buffer {
    margin-bottom: 10px
}

.info_icon {
    display: block;
    float: left;
    width: 14px;
    height: 18px;
    background: url(/assets/ipc_info-1.png) no-repeat bottom left;
    background-size: 14px 15px;
    margin: -1px 0 0 3px
}

.fa-chevron-right:before, .fa-exclamation-triangle:before, .fa-question-circle-o:before, .fa-warning:before {
    font-family: 'Font Awesome 5 Free' !important
}

@media screen and (min-width: 768px) {
    .form-group .col-sm-7 {
        width: 63%
    }
}

.customsize-title {
    font-size: 13px;
    font-weight: 700;
    margin-top: 10px;
    text-transform: uppercase
}

@media screen and (min-width: 768px) {
    .customsize-title {
        white-space: nowrap
    }
}

.radio-title {
    margin-left: 0;
    font-size: 13px
}

.banner {
    margin-bottom: 10px
}

.diecut_grid .product_group_box {
    box-shadow: 0 0 0;
    border: 0
}

.bri-coupon-title {
    color: #23c2a8 !important
}

@media (min-width: 120px) {
    .hidden-xxs {
        display: none
    }
}

@media (min-width: 321px) {
    .hidden-xxs {
        display: inline
    }
}

.bg_pattern {
    background: url(/assets/img/ipc_pattern.jpg) repeat
}

img.align_left {
    margin: 0 30px 20px 0
}

.fa-chevron-right {
    margin-right: 3px
}

.circle {
    background: #23c2a8;
    color: #fff;
    padding: 5px 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    height: 30px;
    text-align: center;
    width: 30px
}

.underline {
    text-decoration: underline
}

.centered_text {
    text-align: center
}

.left_text {
    text-align: left
}

.small_margin {
    margin: 8px 0
}

.well {
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

.pointer {
    cursor: pointer
}

.loading:after {
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    -webkit-animation: ellipsis steps(4, end) 1.5s infinite;
    animation: ellipsis steps(4, end) 1.5s infinite;
    content: "\2026" !important;
    width: 0;
    color: #fff;
}

@keyframes ellipsis {
    to {
        width: 1.25em
    }
}

@-webkit-keyframes ellipsis {
    to {
        width: 1.25em
    }
}

/*!*font-family: "Muli", "Arial", sans-serif, sans-serif;*!*/


a:hover {
    text-decoration: underline
}

#main_content {
    min-height: 750px;
    padding-bottom: 550px
}

@media (min-width: 768px) {
    #main_content {
        padding-bottom: 0
    }
}

.main_container {
    min-height: 100%;
    position: relative
}

/*.container {*/
/*width: 1250px*/
/*}*/


pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-break: break-word
}

#back_to_top {
    background: #fff url(../../img/goback.png) no-repeat center 43%;
    bottom: 400px;
    display: none;
    height: 40px;
    position: fixed;
    text-indent: -9999px;
    width: 40px;
    z-index: 999;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

@media print {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }
}

:focus {
    outline: 0
}

header {
    background-color: #fff;
    padding-bottom: 10px
}

header .top {
    background: #f3f3f3
}

header .top #top_right_menu li a {
    padding: 13px 8px
}

header .top #top_right_menu #cart {
    background: #fff;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .14);
    width: 43px;
    height: 43px;
    border-radius: 100%;
    padding: 7px 8px;
    margin-top: 3px
}

header .top #top_right_menu #cart i {
    color: #000;
    width: 16px;
    height: 16px;
    padding: 8px 3px 8px 5px;
    text-align: center
}

header .top #top_right_menu #cart .items_on_cart {
    position: absolute;
    top: 0;
    background: #23c2a8;
    -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .1);
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .1);
    width: 20px;
    height: 20px;
    border-radius: 100%;
    text-align: center;
    font-size: 12px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    right: -4px
}

header .top .navbar {
    background: 0 0;
    border: 0;
    margin-bottom: 0;
    min-height: inherit
}

header .top .navbar ul {
    margin-right: 0
}

header .top .navbar ul .active a {
    background: 0 0
}

header .top .navbar ul li {
    display: inline-block
}

header .top .navbar ul li a {
    font-size: 12px;
    padding: 7px 8px
}

header .top .navbar ul li a:hover {
    background: #e7e7e7;
    border: 0
}

#help_center_dropdown.open #livechat_hidden_tab {
    display: block !important
}

#livechat_hidden_tab {
    position: absolute;
    right: -335px;
    width: 250px;
    background: #23c2a8;
    border: 1px solid #35b78e;
    color: #fff;
    padding: 10px;
    z-index: 100;
    top: 50px;
    box-shadow: 0 0 10px #666
}

#livechat_hidden_tab .chat_icon {
    color: #fff !important;
    display: block;
    padding-top: 5px;
    height: 100px
}

header .middle .navbar-toggle {
    margin-top: 12px
}

header .middle .navbar-brand {
    padding: 0 15px;
    height: auto;
    width: 80%
}

@media (min-width: 768px) {
    header .middle .navbar-brand {
        width: auto
    }
}

header .middle .navbar {
    background: 0 0;
    border: 0;
    margin-bottom: 0;
    padding-top: 10px
}

header .middle .navbar #main_menu {
    padding: 0
}

header .middle .navbar #main_menu ul.nav {
    margin-left: 0
}

@media (min-width: 1200px) {
    header .middle .navbar #main_menu ul.nav {
        padding-top: 4px
    }
}

@media (min-width: 768px) {
    header .middle .navbar #main_menu ul.nav > li {
        padding: 5px 0 0 0
    }
}

@media (min-width: 992px) {
    header .middle .navbar #main_menu ul.nav > li {
        padding: 5px 0 0 0
    }
}

@media (min-width: 1200px) {
    header .middle .navbar #main_menu ul.nav > li {
        padding: 0
    }
}

header .middle .navbar #main_menu ul.nav > li > a {
    color: #000
}

@media (min-width: 768px) {
    header .middle .navbar #main_menu ul.nav > li > a {
        padding: 10px 15px;
        font-size: 12px
    }
}

@media (min-width: 992px) {
    header .middle .navbar #main_menu ul.nav > li > a {
        padding: 10px 15px 10px 15px;
        font-size: 15px
    }
}

@media (min-width: 1200px) {
    header .middle .navbar #main_menu ul.nav > li > a {
        padding: 9px 6px 0 6px;
        font-size: 14px
    }
}

header .middle .navbar #main_menu ul.nav > li > a:hover {
    border: 0;
    background: #252525
}

@media (min-width: 768px) {
    header .middle .navbar #main_menu ul.nav > li > a:hover {
        background: #fff;
        border-bottom: 4px solid #252525;
        padding-bottom: 4px
    }
}

header .middle .navbar #main_menu ul.nav > li.highlight > a {
    background: #23c2a8;
    color: #fff;
    background-repeat: no-repeat;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 5px
}

@media (min-width: 768px) {
    header .middle .navbar #main_menu ul.nav > li.highlight > a {
        margin: 4px
    }
}

@media (min-width: 992px) {
    header .middle .navbar #main_menu ul.nav > li.highlight > a {
        margin-top: 8px
    }
}

@media (min-width: 1200px) {
    header .middle .navbar #main_menu ul.nav > li.highlight > a {
        margin-top: 5px
    }
}

header .middle .navbar #main_menu ul.nav > li.open {
    background: #fff
}

header .middle .navbar #main_menu ul.nav > li.open > a {
    background: #fff !important;
    border: 1px solid rgba(0, 0, 0, .15);
    border-bottom: 0;
    position: relative;
    z-index: 10000
}

@media (min-width: 768px) {
    header .middle .navbar #main_menu ul.nav > li.open > a {
        padding: 9px 14px !important
    }
}

@media (min-width: 992px) {
    header .middle .navbar #main_menu ul.nav > li.open > a {
        padding: 9px 14px 9px 14px !important
    }
}

@media (min-width: 1200px) {
    header .middle .navbar #main_menu ul.nav > li.open > a {
        padding: 8px 5px 0 5px !important
    }
}

header .middle .navbar #main_menu ul.nav > li.dropdown ul.navbar-dropdown {
    margin-top: -1px
}

@media (min-width: 768px) {
    header .middle .navbar #main_menu ul.nav > li:first-child > a {
        padding: 10px 15px
    }
}

@media (min-width: 992px) {
    header .middle .navbar #main_menu ul.nav > li:first-child > a {
        padding: 10px 15px 10px 15px
    }
}

@media (min-width: 1200px) {
    header .middle .navbar #main_menu ul.nav > li:first-child > a {
        padding: 9px 6px 0 6px
    }
}

header .bottom > .row {
    margin-top: 10px
}

header .bottom ul.nav {
    margin-left: 0;
    width: 100%
}

header .bottom ul.nav li {
    width: 100%
}

header .bottom .navbar-form {
    padding: 0;
    margin: 0
}

header .bottom #main_search {
    background: #fff;
    border: 3px solid #000;
    position: relative;
    margin: 0;
    padding: 3px 5px;
    width: 100%
}

header .bottom #main_search .form-group {
    width: 100%
}

header .bottom #main_search .form-control {
    border: 0;
    box-shadow: 0 0 0;
    font-style: italic;
    height: 28px;
    padding: 0;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

header .bottom #main_search #ss {
    background: 0 0;
    padding-top: 6px;
    position: absolute;
    right: 0;
    top: 0
}

header .bottom #main_search #ss i {
    color: #000
}

header .bottom #mega_dropdown .btn {
    background: #23c2a8;
    color: #fff;
    border-bottom: 1px solid #35b78e;

    font-size: 19px;
    font-weight: 700;
    height: 40px;
    letter-spacing: .02em;
    margin-bottom: 0;
    padding: 0;
    width: 100%
}

header .bottom #mega_dropdown .btn:hover {
    text-decoration: none
}

header .bottom #mega_dropdown .btn.open .btn {
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

header .bottom #mega_dropdown .dropdown-menu {
    border-top: 0;
    padding-top: 0;
    width: 100%;
    box-shadow: 0 0 30px rgba(0, 0, 0, .4)
}

@media (min-width: 768px) {
    header .bottom #mega_dropdown .dropdown-menu {
        margin-left: -1px;
        margin-top: -1px;
        left: 0
    }
}

header .bottom #mega_dropdown .dropdown-menu li {
    width: 100%
}

header .bottom #mega_dropdown .dropdown-menu li a {
    color: #000;
    font-size: 13px;
    padding-left: 20px
}

header .bottom #mega_dropdown .dropdown-menu li a:hover {
    background: #f3f3f3;
    color: #23c2a8;
    font-weight: 700
}

header .bottom #mega_dropdown .dropdown-menu li .subItem {
    color: #23c2a8;
    font-size: 16px;
    padding-left: 0;
    font-style: italic;
    text-decoration: underline;
    padding-left: 12px
}

header .bottom #mega_dropdown .dropdown-menu li .subArea {
    padding: 5px 0 15px
}

header .bottom #mega_dropdown .dropdown-menu li .subArea .area {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    padding-left: 0 !important
}

header .bottom #mega_dropdown .dropdown-menu .col-md-12, header .bottom #mega_dropdown .dropdown-menu .col-md-4, header .bottom #mega_dropdown .dropdown-menu .col-md-6 {
    padding: 0
}

header .bottom #mega_dropdown .dropdown-menu .large a {
    color: #23c2a8 !important;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 8px 3px
}

header .bottom #mega_dropdown .dropdown-menu .large a:after {
    display: none
}

header .bottom #mega_dropdown .dropdown-menu .medium a {
    background: 0 0;
    color: #000;
    font-weight: 700;
    padding: 5px 0 5px 8px
}

header .bottom #mega_dropdown .dropdown-menu .divider {
    margin: 0
}

header .bottom #mega_dropdown .dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px
}

header .bottom #mega_dropdown .dropdown-submenu:hover > a:after {
    border-left-color: #fff
}

header .bottom #mega_dropdown .dropdown-submenu.medium > a:after {
    margin-right: 10px !important
}

header .bottom #mega_dropdown .dropdown-submenu .dropdown-menu {
    background: #f3f3f3;
    box-shadow: 20px 5px 20px rgba(0, 0, 0, .4);
    padding: 0 20px 20px 20px;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

@media (min-width: 768px) {
    header .bottom #mega_dropdown .dropdown-submenu .dropdown-menu {
        left: 100%;
        margin-left: 0;
        position: absolute;
        overflow: visible;
        top: 2px
    }
}

header .bottom #mega_dropdown .dropdown-submenu .dropdown-menu ul {
    list-style-type: none;
    padding-left: 12px
}

header .bottom #mega_dropdown .dropdown-submenu .dropdown-menu ul li {
    padding: 0 0 2px 0
}

header .bottom #mega_dropdown .dropdown-submenu .dropdown-menu ul li a {
    color: #000;
    font-size: 13px;
    padding: 0
}

header .bottom #mega_dropdown .dropdown-submenu .dropdown-menu ul li a:hover {
    text-decoration: none;
    font-size: 13px
}

header .bottom #mega_dropdown .dropdown-submenu .dropdown-menu ul.last {
    margin: 0
}

header .bottom #mega_dropdown .dropdown-submenu .dropdown-menu img {
    display: none;
    margin-right: -140px;
    margin-bottom: -95px;
    max-width: 375px
}

@media (min-width: 768px) {
    header .bottom #mega_dropdown .dropdown-submenu .dropdown-menu img {
        display: block
    }
}

@media (min-width: 768px) {
    header .bottom #mega_dropdown .dropdown-submenu > .dropdown-menu.col_2 {
        width: 200%
    }

    header .bottom #mega_dropdown .dropdown-submenu .dropdown-menu.col_3 {
        width: 270%
    }

    header .bottom #mega_dropdown .dropdown-submenu .dropdown-menu.col_4 {
        width: 338%
    }

    header .bottom #mega_dropdown .dropdown-submenu .dropdown-menu h3 {
        margin: 15px 0 5px 15px;
        font-weight: 700
    }
}

header.header_small {
    background-color: rgba(255, 255, 255, .8);
    width: 100%;
    padding-bottom: 4px
}

@media (min-width: 768px) {
    header.header_small {
        position: fixed;
        z-index: 10000
    }
}

header.header_small .top {
    background-color: rgba(255, 255, 255, .8)
}

@media (min-width: 768px) {
    header.header_small .top .navbar-header {
        width: 32%
    }
}

@media (min-width: 992px) {
    header.header_small .top .navbar-header {
        width: 24%
    }
}

@media (min-width: 1200px) {
    header.header_small .top .navbar-header {
        width: auto
    }
}

header.header_small .top .navbar-brand {
    padding: 10px 15px 10px 0;
    overflow: hidden;
    height: 48px
}

header.header_small .top #main_menu {
    padding: 0
}

header.header_small .top .navbar-nav {
    margin-left: 0;
    margin-top: 0
}

@media (min-width: 768px) {
    header.header_small .top .navbar-nav {
        margin-top: 5px
    }
}

header.header_small .top .navbar-nav li {
    display: inline
}

header.header_small .top .navbar-nav.navbar-right {
    margin-left: 0;
    margin-top: 0
}

@media (min-width: 992px) {
    header.header_small .top .navbar-nav.navbar-right {
        margin-top: 4px
    }
}

@media (min-width: 1200px) {
    header.header_small .top .navbar-nav.navbar-right {
        margin-top: 7px
    }
}

header.header_small .top .navbar-nav.navbar-right a {
    padding-left: 5px;
    padding-right: 5px
}

header.header_small .top .navbar-nav.navbar-right a:hover {
    background: 0 0
}

@media (min-width: 768px) {
    header.header_small .top .navbar-nav.navbar-right a {
        font-size: 11px;
        padding: 8px 5px 8px 5px
    }
}

@media (min-width: 992px) {
    header.header_small .top .navbar-nav.navbar-right a {
        font-size: 12px;
        padding: 9px 10px 10px 10px
    }
}

@media (min-width: 1200px) {
    header.header_small .top .navbar-nav.navbar-right a {
        padding: 12px 12px 10px 12px
    }
}

header.header_small .top .navbar-nav.main_menu {
    margin-left: 0
}

@media (min-width: 768px) {
    header.header_small .top .navbar-nav.main_menu {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    header.header_small .top .navbar-nav.main_menu {
        margin-left: 15px;
        padding-top: 3px
    }
}

@media (min-width: 1200px) {
    header.header_small .top .navbar-nav.main_menu {
        margin-left: 5px
    }
}

header.header_small .top .navbar-nav.main_menu li:first-child a {
    padding-left: 0
}

@media (min-width: 768px) {
    header.header_small .top .navbar-nav.main_menu li:first-child a {
        padding-left: 5px
    }
}

@media (min-width: 992px) {
    header.header_small .top .navbar-nav.main_menu li:first-child a {
        padding-left: 10px
    }
}

@media (min-width: 1200px) {
    header.header_small .top .navbar-nav.main_menu li:first-child a {
        padding-left: 10px
    }
}

header.header_small .top .navbar-nav.main_menu li a {
    background: 0 0;
    padding-left: 5px;
    padding-right: 5px
}

@media (min-width: 768px) {
    header.header_small .top .navbar-nav.main_menu li a {
        font-size: 11px;
        padding: 8px 5px 8px 5px
    }
}

@media (min-width: 992px) {
    header.header_small .top .navbar-nav.main_menu li a {
        font-size: 13px;
        padding: 9px 10px 10px 10px
    }
}

@media (min-width: 1200px) {
    header.header_small .top .navbar-nav.main_menu li a {
        padding: 12px 7px 10px 7px
    }
}

header.header_small .top .navbar-nav.main_menu li a:hover {
    background: #f3f3f3
}

@media (min-width: 768px) {
    header.header_small .top .navbar-nav.main_menu li a:hover {
        background: 0 0
    }
}

header.header_small .top .navbar-nav.main_menu li.open {
    background: #fff;
    padding-left: 0;
    padding-right: 0
}

header.header_small .top .navbar-nav.main_menu li.open > a {
    background: #fff !important;
    border: 1px solid rgba(0, 0, 0, .15);
    border-bottom: 0;
    position: relative;
    z-index: 10000
}

@media (min-width: 768px) {
    header.header_small .top .navbar-nav.main_menu li.open > a {
        padding: 7px 4px 4px 4px !important
    }
}

@media (min-width: 992px) {
    header.header_small .top .navbar-nav.main_menu li.open > a {
        padding: 8px 9px 9px 9px !important
    }
}

@media (min-width: 1200px) {
    header.header_small .top .navbar-nav.main_menu li.open > a {
        padding: 11px 6px 9px 6px !important
    }
}

header.header_small .top .navbar-nav.main_menu li.dropdown ul.navbar-dropdown {
    margin-top: -1px
}

header.header_small .top .navbar-nav.main_menu .dropdown-menu {
    margin-left: 15px
}

@media (min-width: 768px) {
    header.header_small .top .navbar-nav.main_menu .dropdown-menu {
        margin-left: 0
    }
}

header.header_small .top .navbar-nav.main_menu .dropdown-menu a {
    padding: 3px 10px !important
}

header.header_small .top .navbar-nav.main_menu .dropdown-menu a:hover {
    background: #f3f3f3
}

header.header_small .bottom .row {
    background-color: rgba(255, 255, 255, .8);
    margin-top: 0
}

footer#footer {
    background: #252525;
    bottom: -20px;
    color: #fff;
    position: absolute;
    width: 100%
}

@media (min-width: 768px) {
    footer#footer {
        height: 185px
    }
}

footer#footer .footer_top {
    padding: 20px 0
}

footer#footer .footer_top #subscribe_form {
    max-width: 348px
}

footer#footer .footer_top #subscribe_form .form-group {
    position: relative
}

footer#footer .footer_top #subscribe_form label {
    font-weight: 400;
    font-size: 12px
}

@media (min-width: 768px) {
    footer#footer .footer_top #subscribe_form label {
        font-size: 12px
    }
}

@media (min-width: 1200px) {
    footer#footer .footer_top #subscribe_form label {
        font-size: 14px
    }
}

footer#footer .footer_top #subscribe_form a {
    color: #23c2a8;
    text-decoration: underline
}

footer#footer .footer_top #subscribe_form button {
    font-weight: 700;
    padding: 7px 12px;
    position: absolute;
    top: 0;
    right: 0
}

footer#footer .footer_top .footer_col_menu {
    border-right: 1px solid #494c49;
    padding: 20px 0 0 0
}

@media (min-width: 768px) {
    footer#footer .footer_top .footer_col_menu {
        padding: 15px 0 15px 0
    }
}

@media (min-width: 992px) {
    footer#footer .footer_top .footer_col_menu {
        padding: 15px 0 15px 10px
    }
}

@media (min-width: 1200px) {
    footer#footer .footer_top .footer_col_menu {
        padding: 15px 0 15px 20px
    }
}

footer#footer .footer_top .contact_info {
    text-align: left;
    padding: 20px 0 0 0
}

@media (min-width: 992px) {
    footer#footer .footer_top .contact_info {
        padding: 15px 0 0 0;
        text-align: right
    }
}

footer#footer .footer_top .contact_info li {
    float: left;
    margin: 0 8px 0 0
}

@media (min-width: 992px) {
    footer#footer .footer_top .contact_info li {
        float: none;
        margin: 0
    }
}

footer#footer .footer_top ul li {
    list-style-type: none
}

footer#footer .footer_top ul li a {
    color: #fff
}

footer#footer .footer_bottom {
    background: #191919;
    padding: 10px 0
}

@media (min-width: 992px) {
    footer#footer .footer_bottom {
        height: 47px;
        padding: 0
    }
}

footer#footer .footer_bottom .row > div {
    margin: 0;
    padding-bottom: 15px
}

@media (min-width: 992px) {
    footer#footer .footer_bottom .row > div {
        padding-bottom: 0
    }
}

footer#footer .footer_bottom .get_social {
    overflow: hidden;
    margin: 9px auto 0 auto;
    width: 265px
}

@media (min-width: 768px) {
    footer#footer .footer_bottom .get_social {
        width: 38%
    }
}

@media (min-width: 992px) {
    footer#footer .footer_bottom .get_social {
        width: 100%
    }
}

footer#footer .footer_bottom .get_social span {
    float: left;
    margin: 5px 15px 0 0
}

footer#footer .footer_bottom .get_social a {
    float: left;
    height: 29px;
    margin: 0 4px 0 0;
    width: 29px;
    text-indent: -999em
}

footer#footer .footer_bottom .get_social a.fb {
    background: url(../../img/lightgray/fb.png);
    background-image: url(../../img/lightgray/SVG/fb.svg)
}

footer#footer .footer_bottom .get_social a.tw {
    background: url(../../img/lightgray/tw.png);
    background-image: url(../../img/lightgray/SVG/tw.svg)
}

footer#footer .footer_bottom .get_social a.gplus {
    background: url(../../img/lightgray/gplus.png);
    background-image: url(../../img/lightgray/SVG/gplus.svg)
}

footer#footer .footer_bottom .get_social a.inst {
    background: url(../../img/lightgray/inst.png);
    background-image: url(../../img/lightgray/SVG/inst.svg)
}

footer#footer .footer_bottom .get_social a.pint {
    background: url(../../img/lightgray/pint.png);
    background-image: url(../../img/lightgray/SVG/pint.svg)
}

footer#footer .footer_bottom .badges {
    overflow: hidden;
    display: inline-block;
    margin-top: 2px;
    text-align: center;
    width: 100%
}

@media (min-width: 992px) {
    footer#footer .footer_bottom .badges {
        text-align: left
    }
}

footer#footer .footer_bottom .badges .badge_single {
    display: inline-block;
    margin: 0 0 0 12px;
    opacity: .8;
    text-indent: -999em
}

@media (min-width: 992px) {
    footer#footer .footer_bottom .badges .badge_single {
        float: left;
        margin-left: 3px
    }
}

@media (min-width: 1200px) {
    footer#footer .footer_bottom .badges .badge_single {
        margin-left: 8px
    }
}

footer#footer .footer_bottom .badges .badge_single:hover {
    opacity: 1
}

footer#footer .footer_bottom .badges .guaranteed {
    background: url(../../img/lightgray/SVG/100.svg);
    height: 40px;
    width: 40px
}

footer#footer .footer_bottom .badges .fsc {
    background: url(../../img/lightgray/SVG/fsc.svg);
    height: 40px;
    width: 105px
}

footer#footer .footer_bottom .badges .secure {
    background: url(../../img/lightgray/SVG/secure.svg) 0 5px no-repeat;
    height: 40px;
    width: 105px
}

footer#footer .footer_bottom .badges .soy {
    background: url(../../img/lightgray/SVG/SOY_INK.svg);
    height: 40px;
    width: 75px
}

footer#footer .footer_bottom .badges .recycle {
    color: #fff !important
}

@media (min-width: 992px) {
    footer#footer .footer_bottom .badges .recycle {
        padding-top: 13px
    }
}

footer#footer .footer_bottom .payment_methods {
    display: inline-block;
    padding-top: 14px !important;
    text-align: center
}

@media (min-width: 992px) {
    footer#footer .footer_bottom .payment_methods {
        text-align: right
    }
}

#carousel-homepage {
    margin-bottom: 40px
}

#carousel-homepage .carousel-indicators {
    bottom: 120px;
    left: 50%
}

#carousel-homepage .carousel-indicators li {
    background: #fff;
    border-radius: 0;
    border: 0;
    cursor: default;
    height: 5px;
    opacity: .8;
    width: 20px
}

#carousel-homepage .carousel-indicators .active {
    margin-bottom: 1px;
    background: #23c2a8 !important
}

#carousel-homepage .carousel-control {
    height: 460px
}

#carousel-homepage .carousel-caption {
    background: url(../../img/lightgray/caption.png) repeat;
    bottom: auto;
    color: #191919;
    left: 0;
    padding: 41px 23px;
    right: auto;
    text-align: left;
    text-shadow: 0 0 0;
    top: 0;
    width: 32%
}

@media (min-width: 768px) {
    #carousel-homepage .carousel-caption {
        height: 221px
    }
}

@media (min-width: 992px) {
    #carousel-homepage .carousel-caption {
        height: 289px
    }
}

@media (min-width: 1200px) {
    #carousel-homepage .carousel-caption {
        height: 350px
    }
}

#carousel-homepage .carousel-caption h3 {

    font-size: 30px;
    line-height: 30px;
    margin: 0
}


#carousel-homepage .carousel-caption ul {
    padding: 18px 0 10px 25px
}

#carousel-homepage .carousel-caption ul li {
    font-size: 16px;
    line-height: 28px
}

#carousel-homepage .carousel-caption p {
    font-size: 15px;
    text-transform: uppercase
}

#inner_div {
    position: fixed;
    left: 0;
    bottom: 0
}

@media all and (max-width: 768px) {
    #inner_div {
        position: fixed;
        left: 0;
        bottom: 30px;
        width: 100%;
        height: 25px;
        background-color: #000;
        color: #fff;
        text-align: center
    }
}

#inner_div a#game1 {
    display: inline
}

@media all and (max-width: 768px) {
    #inner_div a#game1 {
        display: none
    }
}

#inner_div a#game2 {
    display: none
}

@media all and (max-width: 768px) {
    #inner_div a#game2 {
        display: inline
    }
}

#inner_div a#game3 {
    display: none
}

@media all and (max-width: 768px) {
    #inner_div a#game3 {
        display: inline
    }
}

#inner_div a {
    text-decoration: none
}

#iframe_id {
    z-index: 999999;
    display: none;
    width: 920px;
    height: 590px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -460px;
    margin-top: -295px
}

@media all and (max-width: 768px) {
    #iframe_id {
        z-index: 9999999;
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        margin-left: 0;
        margin-top: 0
    }
}

.page_title {
    margin-bottom: 10px
}

.page_title h2 {
    border-bottom: 1px solid #f0f0f0;
    margin: 0;
    padding: 0 0 10px 0;
    margin-bottom: 28px
}

.page_title h2 span {
    font-size: 14px;
    margin-left: 400px
}


.divider {
    background: #ededed;
    height: 1px;
    margin: 10px 0;
    width: 100%
}

.panel-group .panel-heading {
    background: 0 0;
    border: 0;
    color: #000;
    padding-left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

.panel-group .panel-heading h4 {
    font-size: 18px
}

.panel-group .panel-heading a, .panel-group .panel-heading a:active, .panel-group .panel-heading a:hover {
    text-decoration: none !important
}

.panel-group .panel-body {
    border: 0 !important
}

.panel-group .panel {
    border: 0;
    border-bottom: 1px solid #f3f3f3;
    box-shadow: 0 0 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

.panel-group .current {
    background: #000;
    color: #fff;
    padding-left: 10px
}

.panel-group .collapsed {
    cursor: pointer
}

.readmore_control {
    border-top: 1px solid #f3f3f3;
    color: #252525;
    font-size: 11px;
    font-weight: 700;
    display: block;
    height: 30px !important;
    position: relative;
    text-align: center;
    width: 100% !important
}

.readmore_control:hover {
    color: #252525;
    text-decoration: none
}

.readmore_control img {
    position: absolute;
    top: -1px;
    margin-left: -18px
}

.readmore_control span {
    position: relative;
    z-index: 10
}

#carousel-example-generic {
    margin-bottom: 30px
}

#carousel_catalog .carousel-indicators li {
    background: #fff;
    border-radius: 0;
    border: 0;
    cursor: default;
    height: 5px;
    opacity: .8;
    width: 20px
}

#carousel_catalog .carousel-indicators .active {
    margin-bottom: 1px;
    background: #23c2a8 !important
}

@media (min-width: 768px) {
    #carousel_catalog .carousel-control .glyphicon-chevron-right {
        margin-right: -40px
    }
}

@media (min-width: 768px) {
    #carousel_catalog .carousel-control .glyphicon-chevron-left {
        margin-left: -40px
    }
}

@media (min-width: 768px) {
    #carousel-homepage .carousel-control .glyphicon-chevron-right {
        margin-right: -70px
    }
}

@media (min-width: 768px) {
    #carousel-homepage .carousel-control .glyphicon-chevron-left {
        margin-left: -70px
    }
}

.segments > div {
    margin-bottom: 30px
}

.segments h2 {
    margin-top: 10px;
    margin-bottom: 10px
}

.segments .caption {
    margin: 5px 0 0 0
}

.segments .popular_product {
    position: relative;
    overflow: hidden
}

.segments .popular_product.two_row {
    height: 396px
}

.segments .popular_product.two_row img {
    max-height: 396px;
    height: 396px
}

.segments .popular_product a {
    width: 100%
}

.segments .popular_product img {
    width: 100%
}

.segments .popular_product .caption {
    background: rgba(255, 255, 255, .8);
    bottom: 0;
    color: #414141;
    font-size: 20px;
    margin: 0;
    padding: 2px 0;
    position: absolute;
    text-align: center;
    width: 98%
}

.segments .latest_product {
    height: 178px
}

.segments .latest_product a {
    width: 100%
}

.segments .latest_product a:hover {
    text-decoration: none
}

.segments .latest_product p {
    color: #191919;
    text-decoration: none
}

.segments .latest_product img {
    width: 100%
}

.segments#social_actions {
    padding: 20px 0 10px 0;
    text-align: center
}

.segments#social_actions img {
    display: inline
}

.segments#why {
    margin-bottom: 30px
}

.segments#why h3 {
    text-align: center;
    margin: 10px 0 20px 0;
    width: 100%
}

.segments#why span {
    display: block;
    text-align: center;
    width: 100%
}

.segments#why p {
    text-align: justify
}

.news_banner {
    background: #d9eff8;
    font-size: 14px;
    font-weight: 700;
    padding: 0 10px;
}

.news_banner span {
    margin: 5px 12px;
    padding: 0 10px;
}

.news_banner p {
    margin: 5px 12px;
    padding: 0 10px;
}

.black_banner {
    background-color: #191919;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 17.6px;
    text-align: center;
    margin-top: 2px;
    padding: 6px 0
}

.gray_banner {
    padding: 10px;
    background-color: #e8e8e8;
    color: #000;
    display: block;
    font-size: 11px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 10px;
    text-align: center
}

@media (min-width: 768px) {
    .gray_banner {
        font-size: 16px
    }
}

.gray_banner span {
    white-space: pre
}

.gray_banner p {
    margin: 0;
    padding-left: 20px;
    padding-right: 20px
}

#contact_area {
    margin-top: 0
}

#contact_area p.big_text {
    line-height: 26px;
    margin: 0 0 10px 0;
    text-align: left
}

#contact_area p {
    margin: 0
}

#contact_area p span.big_text {
    font-size: 16px;
    line-height: 28px
}

#contact_area .btn_130 {
    margin-top: 5px
}

#contact_area .contact_info i.fa {
    text-align: center;
    width: 30px
}

#bottom_txt p {
    font-size: 12px
}

article ul li {
    list-style-type: none
}

article ul li i {
    color: #23c2a8
}

.tooltip {
    margin-left: 8px;
    z-index: 10000
}

.tooltip .tooltip-inner {
    background: #424242;
    font-size: 12px;
    text-align: left;
    padding: 10px;
    max-width: 240px;
    white-space: pre-line
}

.tooltip .tooltip-arrow {
    border-top-color: #424242 !important
}

.warning_box {
    display: table;
    overflow: hidden;
    width: 100%;
    padding: 0 0;
    margin: 10px 0;
    background: #daf4e8;
    border-radius: 4px
}

.warning_box i {
    color: #e2cc01;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 10%
}

.warning_box p {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
    text-align: left;
    width: 90%
}

.warning_box.bordered {
    background: 0 0;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px
}

.warning_box_md {
    display: table;
    margin: 10px 0;
    overflow: hidden;
    padding: 10px
}

.warning_box_md i {
    color: #e2cc01;
    display: table-cell;
    vertical-align: middle;
    text-align: right
}

.warning_box_md p {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
    text-align: left
}

.warning_box_md.bordered {
    background: 0 0;
    border: 1px solid #191919
}

table.default {
    text-align: center;
    border: 1px solid #f3f3f3
}

table.default td {
    vertical-align: middle
}

table.default .grid_legend td {
    background: #191919;
    border: 0;
    color: #fff;
    white-space: nowrap
}

table.default input[type=text] {
    float: left;
    margin-right: 10px;
    width: 100px
}


.product_page .bottom_bordered_title h2 {
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 15px;
    padding: 0 0 15px 0
}

.product_page aside .btn_black {
    background-color: #23c2a8 !important
}

.product_page aside .btn_black, .product_page aside .btn_white {
    font-size: 19px;
    padding: 13px 0 13px 0;
    margin: auto;
    width: 100%
}

.product_page aside #product-buttons {
    display: none;
    overflow: hidden
}

.product_page aside #security-badges {
    margin: 40px 0 0 0
}

.product_page #inspiration img, .product_page #suggestions img {
    width: 100%
}

.product_page #accordion {
    margin-top: -10px
}

.product_page #accordion .current {
    background: 0 0;
    color: #000;
    padding: 10px 0 !important
}

.product_page #accordion .panel {
    border-bottom: 1px dashed #f3f3f3 !important
}

.product_page .also-in-cat a {
    text-decoration: underline;
    color: #000
}

.product_page .also-in-cat a i {
    padding-right: 5px
}

#learning_pull .product_group_box {
    min-height: 502px !important
}

.product_quick_specs h4 {
    margin-left: -20px;
    margin-bottom: 5px
}

/*!*overflow: hidden;*!*//*!*background: url("/assets/img/ipc_pattern.jpg") repeat;*!*//*!*background-color: #F3F3F3;*!*/
#ipc .title {
    font-size: 1.4em !important;
    padding: 10px 0;
    margin-top: 0
}

@media screen and (min-width: 768px) {
    #ipc .title {
        white-space: nowrap
    }
}

#ipc .panel-title a {
    align-items: center;
    justify-content: space-around;
    width: 100%;
    display: flow-root
}

#ipc h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 18px;
    padding: 5px 0;
    margin: 10px 0 20px 0;
    text-transform: capitalize
}

#ipc h3 span {
    font-weight: 400;
    line-height: 10px;
    font-size: 9px
}


#ipc .attributes .attribute.static i {
    display: none
}

#ipc .attributes .attribute.static select {
    border: 0;
    margin-top: -8px;
    direction: rtl
}

#ipc .attributes .attribute.static select option {
    direction: ltr
}


#ipc .price_details .form-group .fa-sort-down {
    position: absolute;
    top: 40%;
    right: 15px;
    z-index: 1
}

#ipc .price_details .form-group input[type=number], #ipc .price_details .form-group input[type=text] {
    margin-top: 15px;
    border: none
}


#ipc .price_details .form-group label[for="product[attributes][107][select]"] {
    margin-top: -2px
}

#ipc .turnaround {
    padding: 10px 0
}

#ipc .turnaround small {
    font-size: 10px
}

#ipc .turnaround .radio {
    font-size: 12px;
    margin: 1px 0
}

#ipc .turnaround .radio input[type=radio] {
    visibility: hidden
}

#ipc .turnaround .radio input[type=radio] + label:before {
    height: 15px;
    width: 15px;
    margin-right: 2px;
    content: " ";
    display: inline-block;
    border: 1px solid #000;
    background-color: #fff;
    border-radius: 50%;
    margin-left: -20px;
    line-height: 9px
}

#ipc .turnaround .radio input[type=radio]:checked + label:before {
    content: "\2022";
    color: #000;
    font-size: 23.5px;
    text-align: center;
    line-height: 9px
}

#ipc .turnaround .radio .label-container {
    padding: 0
}

#ipc .turnaround .radio .label-container .production-text {
    float: left;
    width: 90%;
    margin-left: 10px
}

#ipc .mailing_total, #ipc .price_total {
    font-size: 13px;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
    text-transform: capitalize;
    margin: 0
}

#ipc .restrictions {
    font-size: 10px
}

#ipc .ship_to {
    padding-top: 10px
}

#ipc .ship_to .form-group label {
    font-size: 13px;
    padding: 6px 0 0 0;
    font-weight: 400
}

#ipc .ship_to .form-group div {
    padding: 0
}

#ipc .ship_to .form-group .form-control {
    height: 33px;
    border: solid 1px #cbcbcb;
    margin-bottom: 4px
}

#ipc .ship_to small {
    font-size: 10px
}

#ipc .ipc_bottom .ipc_bottom_box {
    padding: 0
}

#ipc .ipc_bottom #ipc_back_step {
    color: #fff;
    padding: 13px 0;
    margin-top: 15px !important
}

#ipc .pickup {
    float: left;
    font-size: 12px;
    margin: 5px 15px 20px 15px;
    color: #7d7d7d;
    letter-spacing: .5px
}

#ipc .coupon {
    padding-top: 10px;
    padding-bottom: 10px
}

#ipc .coupon .form-group .form-control {
    height: 33px;
    border: solid 1px #cbcbcb;
    margin-bottom: 4px
}

#ipc .coupon .form-group label {
    font-size: 13px;
    padding: 6px 0 0 0;
    font-weight: 400
}

#ipc .coupon .form-group div {
    padding: 0
}

#instant-price-calculator-suggestions-overlay {
    background: url(../../img/lightgray/opacity_black.png) repeat;
    color: #fff;
    height: 100% !important;
    left: 0;
    position: absolute;
    top: 0;
    width: 96% !important
}

#instant-price-calculator-suggestions-panel {
    text-align: left;
    margin: 0 auto;
    color: #000;
    max-height: 100px;
    display: flex;
    align-items: center;
    position: relative;
    background: #FFFFFF;
    bottom: 0;
    padding: 2rem;
    box-shadow: 0px 1px 9px rgb(0 0 0 / 21%);
    border-radius: 4px;
    z-index: 1;
}

#instant-price-calculator-suggestions-pane .close {
    margin: 0 0
}

#instant-price-calculator-suggestions-panel i {
    float: left;
    margin-right: 10px;
    color: #bb2323;
    font-size: 2rem
}

#btn-cart-design {
    margin: 5px 0
}

.fs-2, .fs-3 {
    display: none
}

#reviewsOne .panel-title {
    overflow: hidden
}

#reviewsOne .panel-title span {
    float: left;
    margin: 0 10px 0 0
}

#reviewsOne .panel-title a {
    color: inherit;
    text-decoration: underline !important
}

#reviewsOne .panel-title .fa {
    margin-top: 2px
}

#reviewsOne.current .stars_mask {
    background: url(../../img/lightgray/stars_black.png) no-repeat
}

#reviewsOne.current .stars_container {
    background: #fff
}

#reviews .review {
    min-height: 240px
}

.stars_container {
    float: left;
    height: 20px;
    margin: 0 10px 0 0;
    position: relative;
    width: 113px
}

.stars_container .yellow_fill {
    background: #ffd800;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 0%;
    z-index: 1
}

.stars_container .stars_mask {
    background: url(../../img/lightgray/stars.png) no-repeat;
    background-color: transparent;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

#addReviewTitle {
    display: block
}

@media (min-width: 768px) {
    #addReviewTitle {
        display: inline-block;
        padding-left: 10px
    }
}

.stars_container_title {
    margin: 7px 10px 0 0
}

@media (min-width: 768px) {
    .stars_container_title {
        margin: 7px 10px 0 12px
    }
}

.customer_reviews_side_panel .stars_container .stars_mask {
    background: url(../../img/lightgray/stars_grey.png) no-repeat
}

.review_stars_wrapper {
    width: 100%
}

.review_stars_wrapper h5 {
    font-weight: 700
}

.review_stars_wrapper .individual_rating {
    margin: 6px 0 5px 10px;
    overflow: hidden;
}

.review_stars_wrapper .individual_rating .individual_star {
    background: url(../../img/lightgray/individual_stars_new.png) no-repeat;
    display: block;
    float: left;
    height: 40px;
    width: 40px;
    background-size: 80px;
}

.review_stars_wrapper .individual_rating .individual_star.filled {
    background-position: -40px 0
}

.review_stars_wrapper .individual_rating .individual_star.pointer {
    cursor: pointer
}

.reviewbox h4 {
    font-weight: 600;
    font-size: 23px;
    line-height: 136.8%;
    color: #2D2D2D;
    margin-right: 10px;
}

.review-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 142.4%;
    color: #3E3E3E;
    display: flex;
    align-items: center;
}

.review-title svg {
    margin-right: 8px;
    min-width: 20px;
}

.review-title span {
    color: #23C2A8;
}

.rates {
    padding-top: 8px
}

.product_page #reviews a.link-disable {
    color: #919191;
    cursor: text;
    text-decoration: none
}

.product_page #reviews .review {
    min-height: 120px !important
}

.product_page #reviews .review .review_stars_wrapper h5 {
    margin-top: 0;
    width: 100%
}

@media (min-width: 768px) {
    .product_page #reviews .review .review_stars_wrapper h5 {
        margin-top: 18px;
        padding-left: 10px;
        width: auto
    }
}

.product_page #reviews .review .review_stars_wrapper .individual_rating {
    margin: 6px 0 5px 0 !important;
    width: 100px
}

.product_page #reviews .review .sort_reviews {
    padding-top: 17px
}

.product_page #reviews #review-box {
    border: 1px solid #ededed;
    padding: 0 10px;
    background: url(/assets/img/ipc_pattern.jpg) repeat;
    background-color: #f3f3f3
}

.product_page #reviews #review-box .title {
    font-size: 1.4em !important;
    padding: 10px 0;
    margin-top: 0
}

.product_page #reviews #review-box h3 {
    background: #000;
    color: #23c2a8;
    font-size: 20px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    line-height: 18px;
    padding: 15px 0;
    text-align: center;
    margin: 0 -10px;
    text-transform: capitalize
}

.product_page #reviews #review-box h3 i {
    color: #fff;
    margin-left: 15px
}

.product_page #reviews #review-box .progress-bar {
    background: #23c2a8
}

.product_page #reviews #aside_reviews_slider .individual_rating {
    margin: 0 auto !important
}

.product_page #reviews #aside_reviews_slider .review_stars_wrapper {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px
}

.product_page #reviews #aside_reviews_slider .review {
    background: #fff;
    margin: 35px 25px 40px 25px;
    padding: 10px 20px 35px 20px
}

.product_page #reviews #aside_reviews_slider .review .quote {
    background: #23c2a8;
    color: #fff;
    padding: 15px;
    border-radius: 35px;
    left: 40%;
    bottom: -30px;
    position: absolute
}

.product_page #reviews #aside_reviews_slider .carousel-control {
    background: 0 0
}

.product_page #reviews #aside_reviews_slider .carousel-control .glyphicon {
    color: #000;
    font-size: 12px
}

.product_page #reviews #aside_reviews_slider .carousel-control.left {
    left: -20px
}

.product_page #reviews #aside_reviews_slider .carousel-control.right {
    right: -20px
}

.product_page #reviews #customer-review-box {
    padding: 0
}

.product_page #reviews #customer-review-box .btn_black {
    background-color: #23c2a8 !important;
    font-size: 19px;
    padding: 13px 0 13px 0;
    margin: auto;
    width: 100%
}

.product_page #reviews #customer-review-box .btn-block {
    margin-top: 5px !important
}

.product_page #reviews #customer-review-box .progress_bar_col {
    font-size: 12px
}

@media (min-width: 768px) {
    .product_page #reviews #customer-review-box .progress_bar_col {
        font-size: 15px
    }
}

.product_page #reviews #customer-review-box .latest_positive_review .review_stars_wrapper {
    margin-bottom: 10px;
    margin-top: 10px;
    width: auto
}

.product_page #reviews #customer-review-box .latest_positive_review .review_stars_wrapper .col-sm-4 {
    padding-right: 0
}

.product_page #reviews #customer-review-box .latest_positive_review .review_stars_wrapper .col-sm-8 {
    padding-left: 0
}

.product_page #reviews #customer-review-box .latest_positive_review .review_stars_wrapper h5 {
    margin: 10px 0 0 0;
    padding: 0
}

.product_page #reviews #customer_reviews_content {
    padding: 0 20px 30px 0
}

#daily_deal_banner {
    background: url(../../img/lightgray/hero_image_small.jpg) no-repeat;
    background-size: 100%
}

@media (min-width: 768px) {
    #daily_deal_banner {
        background: url(../../img/lightgray/hero_image.jpg) no-repeat
    }
}

#daily_deal_banner .todays_deal_cta {
    background: url(../../img/lightgray/opacity_white.png);
    font-family: 'Open Sans Bold', sans-serif;
    font-size: 14px;
    letter-spacing: -1px;
    text-align: center;
    text-transform: uppercase;
    height: 200px
}

@media (min-width: 768px) {
    #daily_deal_banner .todays_deal_cta {
        margin-bottom: 0;
        height: 400px
    }
}

@media (min-width: 768px) {
    #daily_deal_banner .todays_deal_cta .text {
        margin-top: 45%
    }
}

#daily_deal_banner .todays_deal_cta .big {
    font-size: 28px
}

#daily_deal_banner .todays_deal_cta .expo {
    height: 387px;
    text-align: center;
    background-size: 100%
}

@media (min-width: 768px) {
    #daily_deal_banner .todays_deal_cta .expo {
        width: 100%
    }
}

@media (min-width: 992px) {
    #daily_deal_banner .todays_deal_cta .expo {
        width: 576px
    }
}

#daily_deal_banner .todays_deal_cta .expo img {
    margin-top: 48px;
    width: 100%
}

@media (min-width: 768px) {
    #daily_deal_banner .todays_deal_cta .expo img {
        height: 300px;
        margin-left: 69px;
        width: auto
    }
}

@media (min-width: 992px) {
    #daily_deal_banner .todays_deal_cta .expo img {
        margin-top: 55px
    }
}

.warning_recomendations {
    padding: 15px;
    font-weight: 700;
    margin: 30px 0;
    overflow: hidden
}

.warning_recomendations i {
    color: #e2cc01;
    float: left;
    margin: 0 0 0 40px
}

.warning_recomendations p {
    float: left;
    padding: 20px 0 0 20px;
    width: 200px
}

@media (min-width: 768px) {
    .warning_recomendations p {
        width: 500px
    }
}

@media (min-width: 992px) {
    .warning_recomendations p {
        width: 800px
    }
}

@media (min-width: 1200px) {
    .warning_recomendations p {
        width: 980px
    }
}

.deal {
    background: #f3f3f3;
    margin: 0 0 30px 0;
    padding: 3px 8px 4px 8px
}

.deal h5 {
    background: #23c2a8;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    padding: 3px 0 4px 0;
    margin: -10px -8px 0 -8px
}

.deal h5 a {
    color: #fff;
    text-decoration: none
}

.deal .deal_desc {
    background: #252525;
    margin: 4px 0 0 0;
    padding-bottom: 4px;
    height: 92px;
    width: 100%
}

.deal .deal_desc .title {
    color: #fff;
    font-weight: 700;
    padding: 2px 0 20px 2px;
    text-align: center
}

.deal .deal_desc .title a {
    color: #fff;
    text-decoration: none
}

.deal .deal_desc .title .off {
    color: #ffee2b;
    font-size: 50px;
    font-weight: 700;
    line-height: 18px;
    padding: 0
}

@media (min-width: 768px) {
    .deal .deal_desc .title .off {
        padding-left: 10px
    }
}

@media (min-width: 992px) {
    .deal .deal_desc .title .off {
        padding-left: 25px
    }
}

@media (min-width: 1200px) {
    .deal .deal_desc .title .off {
        padding-left: 40px
    }
}

.deal .deal_desc .title .off b {
    line-height: 32px
}

.deal .deal_desc .title .off span {
    font-size: 18px
}

.deal .deal_desc .col-md-5 {
    margin-top: -4px;
    padding-left: 0
}

.deal .deal_desc .cta {
    border-top: 2px solid #23c2a8;
    border-bottom: 2px solid #23c2a8;
    color: #fff;
    font-size: 10px;
    padding: 4px 0;
    text-align: center;
    text-transform: uppercase;
    width: 86px
}

.deal .deal_desc .cta .code {
    font-size: 17px;
    font-weight: 700;
    line-height: 17px
}

.deal .deal_date .col-md-6 {
    color: #252525;
    font-size: 22px;
    line-height: 26px;
    padding-top: 4px;
    text-transform: uppercase
}

.deal .deal_date .col-md-6 .month {
    font-size: 19px
}

.deal .deal_date .col-md-6 .day span {
    color: #8b8b90;
    font-size: 19px
}

.deal .deal_date .col-md-6 img {
    float: right
}

.catalog {
    margin-bottom: 50px
}
.catalog_item {
    margin-bottom: 20px
}
.catalog.shop{
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 20px;
    margin-bottom: 0;
}

.product_group_box {
    border: 1px solid #dfdfdf;
    margin-bottom: 20px;
    position: relative;
    height: 100%;
    padding-bottom: 0;
    border-radius: 3px;
}

.product_group_box .description {
    padding: 0 20px 25px 20px;

}

.product_group_box .description h3 {
    text-align: center;
    margin-top: 8px
}


.product_group_box:hover {
    box-shadow: 0 0 30px #b2b6b7
}

.product_group_box a h3 {
    color: #191919
}

.product_group_box a:hover {
    text-decoration: none
}

.product_group_box .product_ribbon {
    background: url(../../img/lightgray/ribbon.png) no-repeat;
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: 50px;
    text-align: center;
    line-height: 60px;
    right: 15px;
    height: 76px;
    width: 67px
}

.product_group_box img {
    margin-bottom: 10px;
    height: 261px;
    width: 100%
}

.product_group_box .btn {
    background: url(../../img/lightgray/opacity_white.png) repeat;
    color: #000;
    position: absolute;
    top: 200px;
    right: 0
}

.product_group_box ul {
    color: #494c49;
    padding: 0;
}


.product_group_box .price {
    bottom: 10px;
    font-size: 13px;
    font-weight: 700;
    position: absolute
}

.file_prep {
    margin-bottom: 50px
}

.file_prep table thead tr td {
    border-bottom: 0
}

.file_prep table tr td {
    border-color: #e3e3e3;
    padding: 5px;
    width: 50%
}

.file_prep table h3 {
    font-size: 15px;
    font-weight: 700;
    margin: 2px 0
}

.file_prep table .pink_bg {
    background: #23c2a8;
    color: #fff
}

.file_prep .reference_guide p {
    text-align: center
}

.file_prep .bleed_right, .file_prep .bleed_wrong {
    text-align: center
}

.instruction_box {
    padding: 10px 0;
    text-align: center
}

.instruction_box img {
    width: 100%
}

.instruction_box a {
    display: block;
    padding: 10px 0 0 0
}

.current_sub_level {
    background: #f3f3f3
}

.current_sub_level > a {
    font-weight: 700 !important
}

.current_sub_level > :after {
    color: #494c49 !important
}

.packaging_faq .packaging_faq_menu .box {
    text-align: center;
    padding: 0 20px
}

.packaging_faq .packaging_faq_menu .box i {
    color: #333;
    display: block;
    margin: 0 0 5px 0
}

.packaging_faq .packaging_faq_menu .box a {
    text-decoration: none
}

.packaging_faq .packaging_faq_menu .box a:hover {
    color: #23527c
}

.paper_selection .paper_box {
    text-align: center
}

.paper_selection .paper_box img {
    display: initial !important
}

.paper_selection .placeholder {
    height: 156px
}

.paper_selection .paper_selection_boxes .col-md-4 h3 {
    text-align: center;
    font-size: 20px
}

.paper_selection .paper_selection_boxes .col-md-4 img {
    margin: 0 0 10px 0
}

.green_printing h2 {
    color: #23c2a8
}

.green_printing .green_box {
    border-bottom: 1px solid #454545;
    padding: 0 20px;
    margin: 0 0 20px 0;
    position: relative
}

.green_printing .green_box {
    border-bottom: 1px solid #454545;
    padding: 0 20px;
    margin: 0 0 20px 0;
    position: relative
}

.green_printing .green_box > img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1
}

#search_results {
    margin: 0 -15px
}

#search_results .gsc-control-cse {
    padding: 0
}

#search_results .gsc-above-wrapper-area {
    overflow: hidden
}

#search_results .gsc-above-wrapper-area table {
    float: left;
    width: 50% !important
}

#search_results .gsc-above-wrapper-area table.gcsc-branding {
    margin-top: 12px
}

#search_results .gsc-table-cell-thumbnail {
    padding-right: 10px;
    width: 10%
}

#search_results .gsc-table-cell-thumbnail .gs-title {
    color: #23c2a8
}

#search_results .gsc-table-cell-thumbnail a {
    width: 100%
}

#search_results .gsc-table-cell-thumbnail b {
    color: #23c2a8
}

#search_results .gsc-table-cell-thumbnail img {
    width: 100px !important
}

#search_results .gsc-results .gsc-cursor-box {
    border: none
}

#search_results .gsc-cursor {
    padding-top: 20px;
    margin-left: 35%
}

#search_results .gsc-cursor .gsc-cursor-page {
    background: #fff;
    border: 1px solid #191919;
    padding: 6px 10px;
    text-decoration: none
}

#search_results .gsc-cursor .gsc-cursor-current-page {
    background: #23c2a8
}

.testimonial_box {
    min-height: 100px;
    border: 1px solid #f3f3f3;
    position: relative;
    margin: 30px 0 30px 0
}

.testimonial_box .col-md-1.left_quote {
    position: absolute;
    bottom: 0;
    right: 20px
}

.testimonial_box .fa-quote-right {
    opacity: .4
}

.my_account #account_info_menu .navbar {
    background: 0 0;
    border: 0;
    margin-bottom: 0
}

@media (min-width: 768px) {
    .my_account .navbar-collapse {
        padding-left: 0
    }
}

.my_account .nav {
    margin-top: 0;
    margin-bottom: 0
}

.my_account .nav li.active {
    font-weight: 700
}

.my_account .nav li a {
    background: 0 0;
    font-size: 16px;
    color: #191919;
    padding: 5px 10px
}

@media (min-width: 768px) {
    .my_account .nav li a {
        font-size: 13px
    }
}

@media (min-width: 992px) {
    .my_account .nav li a {
        font-size: 16px
    }
}

.my_account .nav li a:hover {
    background: 0 0;
    color: #23c2a8
}

.my_account .nav li a:focus {
    background: 0 0;
    color: #23c2a8
}

.my_account .nav li a.active {
    border-bottom: 4px solid #000;
    color: #000;
    border-radius: 0;
    background: 0 0
}

@media (mVin-width: 768px) {
    .my_account .nav li:first-child a {
        padding-left: 0
    }
}


.my_account #search_order {
    position: relative
}

.my_account #search_order input {
    border: 3px solid #191919;
    width: 300px
}

.my_account #search_order button {
    background: 0 0;
    border: 0;
    position: absolute;
    right: 6px;
    top: 5px
}

.my_account .welcome-back {
    margin: 6px 10px 0 0;
    font-size: 15px;
    margin: 20px 0;
    display: inline-block
}

@media (min-width: 768px) {
    .my_account .welcome-back {
        float: right;
        margin: 6px 0 0 0
    }
}

.my_account #orders_grid {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center
}


.my_account #orders_grid input[type=checkbox] {
    margin-right: 5px;
    width: 15px
}


.my_account #orders_grid .couponDisplay {
    width: 200px;
    display: block
}

@media (min-width: 768px) {
    .my_account #orders_grid .couponDisplay {
        width: auto
    }
}


.my_account #saved_designs .saved_design img {
    margin-right: 10px;
    margin-bottom: 20px;
    min-width: 215px;
    max-width: 215px
}

.my_account #saved_designs .saved_design h3 {
    margin-top: 0
}

.my_account #saved_designs .saved_design .saved_actions a {
    color: #191919;
    margin: 0 10px 0 0;
    text-decoration: underline
}

.my_account .order_detail_panel {
    text-align: left;
    margin-bottom: 20px
}


.my_account .btn_atc {
    width: 100% !important;
    margin: 0 !important
}


.my_account .addr_box .row {
    margin: 0
}

.my_account .addr_box .row .col-xs-6 {
    padding-left: 0
}

.my_account .addr_box .row .btn {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%
}


.my_account .default_addr_title {
    background: #23c2a8;
    text-transform: uppercase;
    margin: -10px -10px 0 -10px;
    padding: 6px 0
}

.my_account .right-border {
    border-right: 1px solid #000
}

.my_account .default-card dd {
    float: left;
    width: 180px
}

.my_account .default-card dt {
    float: left;
    width: 80px
}

.my_account .contact {
    margin: 5px 0 0 5px
}

.my_account .contact-name {
    font-weight: 700
}

.my_account #qr_items .qr_item {
    margin-top: 20px;
    margin-bottom: 20px
}

.my_account #qr_items .qr_item img {
    margin-right: 10px;
    margin-bottom: 20px;
    min-width: 315px;
    max-width: 315px
}

.my_account #qr_items .qr_item h3 {
    margin-top: 0
}

.my_account #qr_items .qr_item .saved_actions a {
    color: #191919;
    margin: 0 10px 0 0;
    text-decoration: underline
}

.my_account #qr_items .qr_item select {
    width: 100%;
    max-width: 315px
}

.my_account #qr_items #qr_card img {
    width: 100%;
    max-width: 550px
}


/*!* PAYMENT METHODS *!*/
.popupWrapper {
    display: none
}

.account_popup {
    background: #fff;
    border-radius: 4px;
    margin: 0 auto;
    position: relative
}

.account_popup .row {
    margin: 0
}

.account_popup .black_title {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #3e3e3e
}

.account_popup .sub-title {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #3e3e3e;
    float: left;
    margin-right: 10px
}

.account_popup .selfUpload li {
    color: #908a8a
}

.account_popup .shipping_update_box h3 {
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px 0
}

.account_popup .shipping_update_box label {
    font-weight: 400
}

.account_popup .shipping_update_box input:focus:invalid, .account_popup .shipping_update_box input:required:invalid {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.account_popup .remove_addr {
    border: 0;
    background: 0 0
}

.account_popup .proof_box {
    margin-bottom: 15px
}


.account_popup .addr_box .row {
    margin: 0
}

.account_popup .addr_box .row .col-xs-6 {
    padding-left: 0
}

.account_popup .addr_box .row .btn {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%
}

.prestige_collection .prestige_collection_form {
    margin: 30px 0 0 0
}

.prestige_collection .prestige_collection_form input, .prestige_collection .prestige_collection_form select {
    background: #f4f7f8;
    border: 0
}

.prestige_collection .prestige_collection_form .row {
    margin-bottom: 5px
}

.prestige_collection .well {
    background: #f3f3f3;
    border: 0;
    margin-top: 10px;
    margin-bottom: 10px
}

.prestige_collection .why_4over4 {
    display: table
}

.prestige_collection .why_4over4 div {
    display: table-row
}

.prestige_collection .why_4over4 p.block {
    padding: 0 0 10px 0
}

.prestige_collection .why_4over4 i {
    color: #23c2a8;
    display: table-cell;
    width: 70px
}

.prestige_collection .why_4over4 span {
    display: table-cell;
    vertical-align: top
}

.prestige_collection .gray_bg {
    background: #eaeaea
}

.prestige_collection .color_seam_box {
    text-align: center;
    min-height: 120px
}

.prestige_collection .color_seam_box .color_seam {
    background: #23c2a8;
    min-height: 65px;
    width: 100%;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    -ms-border-radius: 90px;
    border-radius: 90px
}

.prestige_collection .color_seam_box small {
    font-size: 9px
}

.prestige_collection .color_seam_box .pacific_breeze {
    background: #0071a4
}

.prestige_collection .color_seam_box .orange_fizz {
    background: #ff9d33
}

.prestige_collection .color_seam_box .gumdrop_green {
    background: #70a745
}

.prestige_collection .color_seam_box .cotton_candy {
    background: #ffa9ac
}

.prestige_collection .color_seam_box .red {
    background: #c82b29
}

.prestige_collection .color_seam_box .limeade {
    background: #87cf79
}

.prestige_collection .color_seam_box .razzle_berry {
    background: #ff4387
}

.prestige_collection .color_seam_box .lemon_drop {
    background: #ffca00
}

.prestige_collection .color_seam_box .grape_jelly {
    background: #9f73a7
}

.prestige_collection .color_seam_box .black {
    background: #191919
}

.prestige_collection .color_seam_box .blue_raspberry {
    background: #00c3b0
}

.prestige_collection .color_seam_box .ultra_white {
    background: #fff;
    border: 1px solid #f3f3f3
}

.checkout a {
    cursor: pointer
}

.checkout .page_title {
    border-bottom: 1px solid #a3a3a3;
    margin: 0 0 25px 0
}

.checkout .page_title .col-md-10, .checkout .page_title .col-md-12, .checkout .page_title .col-md-6 {
    padding: 0
}


.checkout .page_title .btn {
    margin-top: 10px
}

.checkout .nopadding_col {
    padding: 0
}

.checkout #shipping_settings #all_shippments .jobs {
    margin-top: 10px
}

.checkout #shipping_settings #all_shippments .shipping_form_correlative {
    margin-top: 10px
}

.checkout #shipping_settings #all_shippments .shipping_subspace_existing {
    margin-top: 10px
}

.checkout #billing_settings .btn {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px
}

.checkout #file-options-form .product:last-child .checkout_product {
    margin-bottom: 0
}


#upload_widget_tabs .popover {
    background: #def6f2;
    border: 1px solid #4fceb9;
    box-shadow: 0 0 10px #f3f3f3;
    min-width: 450px
}

#upload_widget_tabs .popover .popover-title {
    background: #def6f2;
    border: 0
}

#upload_widget_tabs .popover .arrow {
    border-bottom-color: #4fceb9
}

#upload_widget_tabs .popover .arrow:after {
    border-bottom-color: #def6f2
}

#upload_widget_tabs .nav-tabs {
    border: 0
}

#upload_widget_tabs .nav-tabs li {
    padding: 0 !important
}

#upload_widget_tabs .nav-tabs li a {
    cursor: pointer;
    padding: 15px 10px
}

#upload_widget_tabs .nav-tabs li {
    background: #000;
    padding: 10px 0;
    width: 50%
}

#upload_widget_tabs .nav-tabs li a {
    color: #fff;
    border: 0
}

#upload_widget_tabs .nav-tabs li.active {
    background: #fff
}

#upload_widget_tabs .nav-tabs li.active a {
    color: #000
}

#upload_widget_tabs .tab-content {
    margin-top: 60px
}

#upload_widget_tabs .identification {
    background: url(/assets/img/ipc_pattern.jpg) repeat;
    padding: 20px 30px
}

#upload_widget_tabs .upload_files_later {
    padding: 20px 0
}

#upload_widget_tabs .upload_files_later a {
    color: #000
}

#upload_widget_tabs .uploadifive-button {
    border-width: 2px;
    border-radius: 0;
    padding: 50px 40px;
    box-shadow: 0 0 10px #f3f3f3
}

#upload_widget_tabs .file-box-first {
    background: #f3f3f3;
    margin-right: 10px;
    padding: 0;
    min-height: 90px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px
}

#upload_widget_tabs .file-box-first .file-name-first {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 10px;
    font-weight: 700;
    background-color: rgba(255, 255, 255, .5);
    padding: 2px 3px
}

#upload_widget_tabs .file-box-first .file-size-first {
    display: block;
    color: #fff;
    background: #23c2a8;
    padding: 1px 5px;
    font-size: 11px;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    width: 100%
}

#upload_widget_tabs .file-box-first i {
    position: absolute;
    top: 5px;
    right: 5px
}

#upload_widget_tabs .someone_else_will_upload {
    margin-bottom: 40px
}

#upload_widget_tabs .someone_else_will_upload .col-md-4 {
    padding-top: 40px;
    padding-bottom: 40px
}

#multishipping_footer .checkout-process-buttons {
    border-top: 1px solid #a3a3a3;
    padding: 10px 0;
    margin-top: 10px
}

#do-checkout, .do-checkout {
    background-color: #23c2a8
}

.checkout_product_detail {
    padding-bottom: 30px
}

.checkout_product_detail h3 {
    border-bottom: 1px solid #f3f3f3;
    font-weight: 700;
    margin: 10px 0 20px 0;
    padding: 0 0 10px 0
}

.checkout_product_detail .actions {
    display: flex;
    align-items: center;
    width: 100%;
    text-align: center;
    justify-content: space-around
}

.checkout_product_detail .actions a {
    color: #7e7e7e;
    padding: 0 15px;
    margin: 8px 0 0 0;
    display: inline-block;
    cursor: pointer
}


#total_amount {
    color: #000;
    font-size: 20px;
    margin: 0
}

#total_number {
    font-size: 30px
}

.titles {
    padding-left: 18px;
    margin-left: -18px;
    font-size: 16px;
    font-weight: 700
}

#upload_files_later_btn {
    font-size: 13px
}

@media (mVin-width: 768px) {
    #upload_files_later_btn {
        font-size: inherit
    }
}

.cart-product {
    margin-bottom: 30px
}

.cart-product #cart-product-total {
    font-weight: 700;
    font-size: 19px
}

.cart-product #job_name {
    font-weight: 700
}

.cart-product .view_details_trigger {
    cursor: pointer
}

#address_box {
    background: url(/assets/img/ipc_pattern.jpg) repeat;
    line-height: 28px;
    padding: 20px 30px
}

#brief {
    background: url(/assets/img/ipc_pattern.jpg) repeat;
    padding: 20px 30px
}

#brief .fb_ribbon {
    background-color: #23c2a8;
    color: #fff;
    padding: 10px 0 10px 10px;
    margin-right: -15px
}

#brief .brief_title p {
    margin: 10px 0 0 0
}

#brief > .row {
    margin-top: 10px
}

#brief #total_section {
    background-color: rgba(0, 0, 0, .1);
    padding: 10px 30px 30px 30px;
    margin: 20px -30px 0 -30px
}

#brief #total_section #total_amount_order {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px
}

#credit_card_space .issuer_list input {
    display: none
}

#credit_card_space .issuer_list input + label {
    display: none
}

#credit_card_space .issuer_list input:checked + label {
    display: inline
}

#credit_card_space .card_box {
    cursor: pointer
}

#credit_card_space .card_box input {
    display: none
}

#credit_card_space .card_box label {
    cursor: pointer
}

#credit_card_space .card_box input ~ i {
    display: none
}

#credit_card_space .card_box input:checked ~ i {
    display: inline
}


.file_options_panel {
    border: 4px solid #23c2a8;
    padding: 30px 40px;
    border-radius: 0 !important
}

.file_options_panel .identification {
    margin-top: 60px
}

.twentyfiveoff_popup {
    background: url(/assets/img/welcome-popup/dntlv_bg.jpg);
    background-size: 100% 100%;
    padding-top: 40px;
    text-align: center
}

@media (min-width: 768px) {
    .twentyfiveoff_popup {
        height: 515px;
        width: 715px
    }
}

.twentyfiveoff_popup form {
    margin: 10px auto;
    width: 80%
}

.twentyfiveoff_popup form input {
    margin-bottom: 5px
}

.twentyfiveoff_popup form button {
    padding-top: 15px;
    padding-bottom: 15px
}

#design_online_popup {
    color: #fff;
    position: relative
}

#design_online_popup h2 {
    font-size: 70px;
    font-weight: 700;
    font-family: Muli, Arial, sans-serif
}

#design_online_popup h3 {
    font-size: 22px;
    font-weight: 700;
    font-family: Muli, Arial, sans-serif
}

#design_online_popup p {
    font-size: 14px;
    font-family: Muli, Arial, sans-serif
}

#design_online_popup img {
    position: absolute;
    bottom: -100px;
    right: -150px
}

.design_online_popup {
    overflow: visible !important
}

.design_online_popup #cboxWrapper {
    overflow: visible !important
}

.design_online_popup #cboxLoadedContent {
    overflow: visible !important
}

.design_online_popup #cboxClose {
    background: url(/assets/img/close_design_online_popup.png) 0 0 no-repeat !important;
    top: -50px;
    height: 37px;
    right: -50px
}

@media only screen and (min-width: 992px) {
    #design_online_popup h2 {
        font-size: 120px
    }

    #design_online_popup h3 {
        font-size: 37px
    }

    #design_online_popup p {
        font-size: 21px
    }

    .design_online_popup #cboxClose {
        right: -150px
    }
}

.dntlv_popup {
    background: url(/assets/img/dntlv-popup/15_off_bg.png);
    background-size: 100% 100%;
    padding-top: 281px;
    text-align: center
}

@media (min-width: 768px) {
    .dntlv_popup {
        height: 533px;
        width: 791px
    }
}

.dntlv_popup h2 {
    font-size: 30px
}

.dntlv_popup form {
    margin: 10px auto;
    width: 70%
}

.dntlv_popup form input {
    margin-bottom: 5px
}

.dntlv_popup form button {
    padding-top: 15px;
    padding-bottom: 15px
}

@media (min-width: 768px) {
    .review_panel {
        position: absolute;
        right: 0
    }
}

@media (min-width: 768px) {
    .review_container {
        position: relative
    }
}

.panel_reviews .panel-title .stars_container {
    float: none;
    display: inline-block
}

.panel_reviews .panel-title a, .panel_reviews .panel-title span {
    font-size: 16px;
    font-weight: 700;
    color: #23c2a8
}

.panel_reviews .notice {
    background: #191919;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-size: 15px;
    margin-bottom: 20px
}

.panel_reviews .carousel {
    margin-bottom: 20px
}

.panel_reviews .customer_reviews .review {
    margin-top: 10px;
    margin-bottom: 20px
}

.panel_reviews .customer_reviews .review .individual_rating {
    margin: 7px 10px 7px 0
}

.panel_reviews .customer_reviews .review .sort_reviews {
    margin: 15px 0
}

.panel_reviews .customer_reviews_side_panel .review .individual_rating {
    margin-left: 0;
    margin-right: 10px
}

.panel_reviews .customer_reviews_side_panel .star_progress_bar {
    margin: 0
}

.panel_reviews .customer_reviews_side_panel .star_progress_bar .progress-bar {
    background: #23c2a8
}

.panel_reviews .customer_reviews_side_panel .star_progress_bar .progress_bar_col {
    padding: 0;
    height: 32px
}

.panel_reviews .customer_reviews_side_panel .star_progress_bar .progress_bar_col .js-load-reviews-by-rating {
    margin: 0 !important
}

.panel_reviews .customer_reviews_side_panel .star_progress_bar .col-xs-2 {
    padding-left: 10px
}

.template_design .template_design_selector .form-control {
    margin: 10px 0
}

.template_design .template_design_tables_thead {
    background: #23c2a8;
    color: #fff;
    font-size: 16px
}

.template_design .template_design_tables_thead td {
    vertical-align: middle
}

.template_design .template_design_tables_thead .template_formats {
    max-width: 90px;
    text-align: right
}

.template_design .template_design_tables_thead .template_formats a {
    display: inline-block;
    margin-right: 10px;
    height: 42px;
    width: 43px
}

.template_design .template_design_selector .form-control {
    margin: 10px 0
}

.template_design .template_design_tables_thead {
    background: #23c2a8;
    color: #fff;
    font-size: 16px
}

.template_design .template_design_tables td {
    vertical-align: middle
}

.template_design .template_design_tables .template_formats {
    max-width: 90px;
    text-align: right
}

.template_design .template_design_tables .template_formats a {
    display: inline-block;
    margin-right: 10px;
    height: 42px;
    width: 43px
}

.template_design .template_design_tables .template_formats a.template_psd {
    background: url(../../img/template-design/ps_logo.jpg)
}

.template_design .template_design_tables .template_formats a.template_ai {
    background: url(../../img/template-design/ai_logo.jpg)
}

.template_design .template_design_tables .template_formats a.template_id {
    background: url(../../img/template-design/id_logo.jpg)
}

.template_design .template_design_tables .template_formats a.template_quark {
    background: url(../../img/template-design/quark_logo.jpg)
}

.pagination a {
    color: #23c2a8 !important
}

.pagination > li.active a {
    background: transparent !important;
}

.pagination > li.active a span {
    color: #33c2a8;
}

.card_builder #ipc {
    border: 0
}

.card_builder .template_design_tables_thead {
    background: #23c2a8
}

.card_builder .template_design_selector .form-control {
    margin: 10px 0
}

.card_builder #category_selector {
    margin: 0;
    padding: 0
}

.card_builder #category_selector li {
    border-bottom: 1px solid #f3f3f3;
    margin: 0;
    padding: 10px;
    list-style-type: none
}

.card_builder #category_selector li a {
    color: #191919;
    font-size: 16px
}

.card_builder .cardbuilder_product_box {
    min-height: 300px
}

.card_builder .cardbuilder_product_box div {
    border: 1px solid #eee;
    padding: 20px 30px
}

.card_builder .cardbuilder_product_box ul {
    list-style-type: none;
    padding: 0
}

.card_builder .cardbuilder_product_box .border {
    border: 1px solid #f3f3f3;
    text-align: center
}

.card_builder .cardbuilder_product_box .border img {
    width: 50%;
    text-align: center;
    margin: 20px auto
}

.card_builder .cardbuilder_product_box .border a {
    text-decoration: underline
}

.card_builder .carousel-inner {
    overflow: hidden;
    max-height: 179px
}

.card_builder .carousel-control {
    padding-top: 5%;
    width: 5%
}

.vinyl_predesigned {
    border-bottom: 1px solid #f3f3f3
}

.vinyl_predesigned .cBoxImg {
    display: block;
    margin-bottom: 20px;
    text-align: center
}

.vinyl_predesigned .cBoxImg small {
    display: block;
    padding-top: 5px
}

.vinyl_predesigned .cBoxImg img {
    width: 100%
}

.vinyl_predesigned h3 {
    color: #494c49;
    text-align: center;
    padding-bottom: 10px
}

.invoice_header {
    padding: 10px 0;
    font-size: 20px;
    font-weight: 500;
    border-radius: 4px;
    background-color: #efefef;
    height: 80px
}

.designer_showcase p {
    margin: 0 10px 10px;
    text-align: justify
}

.designer_showcase header {
    height: 60px;
    padding: 5px 0;
    text-align: center
}

.designer_showcase .ds_list {
    background: #f3f3f3;
    overflow: hidden
}

.designer_showcase .ds_list ul {
    padding: 10px 0;
    list-style: none
}

.designer_showcase .ds_list ul a {
    color: #191919
}

.designer_showcase .ds_list li {
    padding: 5px 0
}

.designer_showcase .stage {
    background: #fefefe;
    border-top: 1px solid #000
}

.designer_showcase .stage .btn {
    font-family: "Open Sans Regular", Arial, sans-serif
}

.designer_showcase .stage .btn:hover {
    background: #191919;
    color: #fff
}

.designer_showcase .ds_images .col-md-6 {
    margin-bottom: 30px;
    height: 309px
}

.designer_showcase .ds_images img {
    border: 4px solid #e6e6e6
}

.error_page {
    background: url(../../img/lightgray/404.jpg) no-repeat;
    background-position: center;
    text-align: center;
    height: 800px
}

.all_products_heading {
    padding: 0 15px
}

.all_products_heading .col {
    padding-top: 4px;
    margin-bottom: 6px;
    background: #fff;
    border-bottom: 1px solid #dadada;
    background-color: #e6e6e6
}

.all_products_heading .col span {
    color: #000;
    font-size: 16px;
    font-weight: 600
}

.all_products_heading .dotted {
    border: 0 none;
    border-top: 1px dashed #e6e6e6;
    background: 0 0;
    margin: 4px 0;
    height: 0
}

#preview_side_a {
    position: absolute;
    top: 0;
    left: 0
}

#preview_side_a_mask {
    position: absolute;
    top: 0;
    left: 0
}

#preview_side_b {
    position: absolute;
    top: 0;
    left: 0
}

#preview_side_b_mask {
    position: absolute;
    top: 0;
    left: 0;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: FlipH
}

.landing_link {
    cursor: pointer;
}

.clickable-image {
    cursor: pointer;
}

.fantastic_finishes .col-md-12 {
    margin-bottom: 40px
}


#livechat-compact-container, #livechat-full {
    right: auto !important;
    left: 80px !important
}

#livechat {
    position: fixed;
    background: #23c2a8;
    padding: 10px 20px;
    bottom: 0;
    left: 100px
}

#livechat .message_count {
    background: red;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    height: 15px;
    width: 15px;
    font-size: 11px;
    display: block;
    position: absolute;
    top: -8px;
    right: -3px
}

#livechat a {
    color: #fff;
    font-weight: 700
}

.carousel_box .caption {
    color: #333;
    text-decoration: none
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-slider .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-slider .slick-list:focus {
    outline: 0
}

.slick-slider .slick-list.dragging {
    cursor: pointer;
}

.slick-slider .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-slider .slick-track:after, .slick-slider .slick-track:before {
    display: table;
    content: ''
}

.slick-slider .slick-track:after {
    clear: both
}

.slick-slider .slick-loading .slick-track {
    visibility: hidden
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

.slick-slide img {
    display: block
}

.slick-slide .slick-loading img {
    display: none
}

.slick-slide .dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-next, .slick-prev {
    z-index: 1000;
    width: 40px;
    height: 87%
}

.slick-next {
    right: 15px !important
}

.slick-prev {
    left: 15px
}

#confidence_bar {
    position: relative;
    bottom: -20px
}

#confidence_bar .col-md-12 {
    overflow-y: hidden
}

#confidence_bar .bar_background {
    background: #f3f3f3;
    padding: 15px 0 13px 0;
    vertical-align: middle;
    overflow-y: scroll
}

@media (min-width: 768px) {
    #confidence_bar .bar_background {
        overflow-y: hidden
    }
}

#confidence_bar .brands {
    text-align: center
}

@media (min-width: 768px) {
    #confidence_bar .brands {
        width: 1130px
    }
}

#confidence_bar p {
    float: none;
    padding: 15px 0 0 15px
}

@media (min-width: 768px) {
    #confidence_bar p {
        padding: 15px 0 0 15px;
        float: left
    }
}

#confidence_bar .magnify img {
    margin-left: 15px;
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
    transition: transform .2s
}

#confidence_bar .magnify img:hover {
    -webkit-filter: grayscale(0);
    -webkit-filter: grayscale(0);
    filter: gray;
    filter: grayscale(0);
    transform: scale(1.2)
}

#repassword_submit, .login input[type=button], .login input[type=submit] {
    background-color: #23c2a8 !important
}

.seo-tab1 {
    width: 100%
}

.seo-tab1 th {
    text-align: center;
    padding: 5px;
    border: 1px solid #000;
    border-collapse: collapse
}

.seo-tab1 td {
    text-align: left;
    padding: 5px;
    border: 1px solid #000;
    border-collapse: collapse
}

.incomplete_payment h4 {
    font-size: 35px;
    font-weight: 700
}

.incomplete_payment h5 {
    font-size: 25px;
    font-weight: 700
}

.incomplete_payment h3 {
    font-size: 40px
}

.incomplete_payment img {
    width: 80px
}

.js-image {
    position: relative
}

.js-image:hover {
    transform: scale(2);
    z-index: 99999
}

#product_tabs .nav-item a {
    font-size: 14px;
    font-weight: 700;
    padding: 15px 20px;
    border-radius: 0
}

#product_tabs .nav-item.active a i {
    font-size: 24px;
    color: #fff;
    margin-right: 10px
}

#product_tabs .nav-item a i {
    font-size: 24px;
    color: #000;
    margin-right: 10px
}

#product_tabs .nav-item.active a {
    background-color: #24c2aa;
    color: #fff
}

#product_tabs .nav-item a {
    color: #000
}

#product_tab_images_content {
    border: 1px solid #24c2aa;
    border-top: 4px solid #24c2aa
}

#product_tab_info_content {
    border: 1px solid #24c2aa;
    border-top: 4px solid #24c2aa
}

#sitemap .tab-pane .row {
    margin-bottom: 30px
}

.carousel-inner .item img {
    max-width: 100%
}

.img-responsive:not(.checkout~.img-responsive), .thumbnail a img:not(.checkout~img), .thumbnail img:not(.checkout~img) {
    width: 100%
}

.glyphicon {
    font-family: 'Glyphicons Halflings' !important
}

.btn-cyan-new {
    background: #23c2a8;
    border-radius: 4px !important;
    min-width: 80px !important;
    text-transform: uppercase !important;
    color: #fff !important;
    border: none !important;
    outline: 0 !important
}

.custom-container {
    max-width: 1450px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.story-single-box .story-tags span {
    font-size: 12px;
    color: #6f7473;
    font-weight: 400;
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 30px;
    padding: 3px 15px;
    text-transform: uppercase;
    margin: 3px;
    display: inline-block;
}


.space-between {
    justify-content: space-between;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.site-main-banner-with-custom-form-wrap i.cyan {
    text-decoration: none;
}

.review-image-wrapper, .review-video-wrapper {
    display: flex;
}

.review-video .ba-videoplayer-container {
    padding: 0 !important;
}

.review-image, .review-video {
    width: 280px;
    min-width: 280px;
    height: 150px;
    margin-right: 40px;
    position: relative;
    border: 1px solid #d9d9d9;
    background: #f3f1f191;
    border-radius: 4px;
}

.review-image img {
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: auto;
    margin: 0 auto;

}

.review-image .control {
    position: absolute;
    z-index: 2;
    top: 50%;
    cursor: pointer;
}

.review-image .control.right {
    right: 15px;
}

.review-image .control.left {
    left: 15px;
}

#addReviewButton svg, .addReviewButton svg {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.account_popup.reviewbox h2.fp_section_title {
    font-weight: 600;
    font-size: 23px;
    line-height: 136.8%;
    color: #2D2D2D;
    margin: 0;
}


.account_popup .close_popup {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    border-radius: 50%;
    background: #E4E4E4;
    width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
}


.review-thank-you {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 50px 30px;
    margin-bottom: 20px !important;
}

.review-thank-you .close_popup {
    right: 20px !important;
    top: 20px !important;
}

.review-thank-you-img {
    margin: 0px auto;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 10px;
}

#addReviewPanel .earn-coin {
    width: 134px;
    height: 20px;
    font-weight: 600;
    font-size: 13px;
    line-height: 0px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 1.5rem;
}


.image-uploader label {
    background: #FFFFFF;
    border: 1px dashed #23C2A8;
    box-sizing: border-box;
    border-radius: 2px;
    width: 405px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #515151;
}


.reviewbox label {
    color: #757575;
    font-weight: 500;
    font-size: 14px;
}

.preview-video-block .file-upload-block-btns {
    position: unset;
    top: unset;
    transform: unset;
    float: right;
    display: flex;
    align-items: center;
}

.preview-video-block video {
    padding: 20px;
    border: 1px dashed #23C2A8;
    border-radius: 4px;
}

.preview-image-block {
    z-index: 3;
}

.preview-image-block img {
    width: 110px;
    height: 90px;
    object-fit: cover;
    margin: 0px 5px;
    border-radius: 4px;
}

.file-upload-block span {
    font-weight: 600;
    font-size: 15px;
    color: #515151;
    display: flex;
    align-items: center;
}

.file-upload-block span svg {
    margin-right: 12px;
}


.file-upload-block {
    background: #FFFFFF;
    border: 1px dashed #23C2A8;
    border-radius: 2px;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}


.file-upload-block .file-upload-inp,
.preview-video-block .file-upload-inp {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.file-upload-block-btns {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    z-index: 3;
}

.file-upload-block-btns a {
    background: #FFFFFF;
    border: 1px solid #23C2A8;
    border-radius: 4px;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    margin-right: 8px;
    width: 120px;
    justify-content: space-around;
    font-weight: 600;
    position: relative;
    height: 44px;
}

.file-upload-block-btns a svg {
    margin-right: 5px;
}


#videos-from-customers .col {
    width: 311px;
    height: 178px;
    display: inline-block;
    margin-right: 20px;
}

#videos-from-customers .col:last-child {
    margin-right: 0;
}

#videos-from-customers .icon {
    position: absolute;
    top: 41%;
    right: 0;
    left: 0;
    text-align: center;
    background: #fff;
    width: 42px;
    height: 42px;
    margin: 0 auto;
    line-height: 55px;
    border-radius: 50%;
    cursor: pointer;
}

#addReviewButton, .addReviewButton {

    border-radius: 3px;
    height: 44px;
    display: flex;
    align-items: center;
    width: 247px;
    justify-content: space-around;
    font-weight: bold !important;
    font-size: 14px;
    line-height: 142.4%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
}


.account_popup.reviewbox h2.fp_section_title {
    font-weight: 600;
    font-size: 23px;
    line-height: 136.8%;
    color: #2D2D2D;
    margin: 0;
}


.ba-videorecorder-container.ba-videorecorder-noie8 {
    margin-bottom: 15px;
    display: block;
}

.ba-videorecorder-container img {
    right: 0px !important;;
    width: 100% !important;
    height: 100% !important;
    top: 0px !important;
}

.record-primary-button, .ba-videorecorder-button-primary {
    background-color: #ff6421 !important;
}

.ba-videorecorder-controlbar {
    background: #23c2a8 !important;
}

.ba-videorecorder-container, .ba-videoplayer-container {
    border: 1px dashed #23c2a8;
    padding: 20px;
    background-color: transparent !important;
    border-radius: 4px;
}

.ba-recorder-blue-color .ba-recorder-loader-label, .ba-recorder-blue-color .ba-videorecorder-loader-label, .ba-recorder-blue-color .ba-videorecorder-message-message,
.ba-player-blue-color, .ba-player-blue-color .ba-commoncss-icon-volume-up, .ba-player-blue-color.ba-videoplayer-noie8 .ba-player-theme-modern-button-inner, .ba-player-blue-color .ba-player-theme-modern-progressbar-position,
.ba-commoncss-icon-resize-full, .ba-recorder-blue-color.ba-recorder-theme-modern .ba-videorecorder-button-selected, .ba-player-blue-color.ba-videoplayer-noie8 .ba-player-theme-modern-button-inner, .ba-player-blue-color.ba-videoplayer-noie8 .ba-player-theme-modern-playbutton-button::after,
.ba-recorder-blue-color.ba-recorder-theme-modern .ba-videorecorder-button-inner:hover, .ba-player-blue-color .ba-commoncss-icon-play, .ba-player-blue-color .ba-commoncss-icon-resize-small, .ba-player-blue-color .ba-commoncss-icon-pause, .ba-recorder-blue-color.ba-recorder-theme-modern .ba-videorecorder-button-selected {
    color: #23c2a8 !important;
}


.ba-player-blue-color.ba-videoplayer-noie8 .ba-player-playbutton-button::after {
    color: #fff !important;
    text-shadow: none !important;
}

.ba-player-playbutton-container {
    background: #23c2a8 !important;
    border: none !important;
    box-shadow: none !important;
}

.ba-player-rerecord-button-container, .ba-player-rerecord-button {
    width: 100% !important;
    background: #23c2a8 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

.ba-player-rerecord-frontbar {
    padding: 0px !important;
}

.ba-recorder-theme-modern .ba-videorecorder-imagegallery-button-inner {
    background-color: transparent !important;
}

.ba-recorder-blue-color .ba-videorecorder-imagegallery-leftbutton, .ba-recorder-blue-color .ba-videorecorder-imagegallery-rightbutton {
    background-color: #ff6421 !important;
}

.ba-player-theme-modern-progressbar-position {
    background-color: #23c2a8 !important;
}

.ba-videorecorder-chooser-icon-container {
    display: none;
}

.ziggeorecorder-wrapper {
    max-width: 320px;
    width: 100%;
}

.ziggeo-buttons {
    margin-top: 2rem;
}

.ziggeo-buttons span {
    display: block;
    margin: 10px auto;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 136.8%;
    color: #2D2D2D;
}

#ziggeo-record {
    border: 1px solid #23C2A8 !important;
    border-radius: 4px;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    font-weight: 600;
    height: 44px;
    color: #23c2a8;
    bottom: 41px;
    width: 320px;
    margin: 0 auto;
    background-color: #fff !important;
    text-transform: uppercase;
}

#ziggeo-record:before {
    color: #23c2a8;
    content: '\f03d';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 25px;
    margin-right: 8px;
    vertical-align: middle;
}

.ba-videorecorder-chooser-button-container {
    width: 100%;
}

.ba-videorecorder-chooser-button-0 {
    display: none;
}

.ba-recorder-overlay {
    z-index: 999;
}


.ba-videorecorder-chooser-button-0 span {
    font-size: 0;
}

.ba-videorecorder-chooser-button-0 span:before {
    font-weight: 600;
    font-size: 14px;
    content: 'Record';
    text-transform: uppercase;
}

#feedbackReviewPanel .ba-videorecorder-chooser-button-0 span:before {
    content: 'Record Screen';
}

#videoReviewPanel .ba-videorecorder-chooser-button-1 {
    display: none;
}

.ba-videorecorder-chooser-button-2, #feedbackReviewPanel .ba-videorecorder-chooser-button-1 {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-color: transparent !important;
    font-size: 0px;
}

.ba-videorecorder-chooser-button-2 span, #feedbackReviewPanel .ba-videorecorder-chooser-button-1 span {
    position: absolute;
    top: 50%;
    right: 0px;
    left: 0px;
    transform: translateY(-50%);
    margin: 0px auto;
    display: block;
    text-align: center;
}

.ba-videorecorder-chooser-button-2 span:before, #feedbackReviewPanel .ba-videorecorder-chooser-button-1 span:before {
    font-weight: 600;
    font-size: 15px;
    color: #515151;
    content: url('/application/assets/images/upload-icon.svg');
    vertical-align: middle;
    margin-right: 15px;
}

.ba-videorecorder-chooser-button-2 span:after, #feedbackReviewPanel .ba-videorecorder-chooser-button-1 span:after {
    font-weight: 600;
    font-size: 15px;
    color: #515151;
    content: "Click here to Upload";
}

.load-more-review-block .fa-star {
    margin-right: 5px;
}

#ipcContainew {
    padding: 40px 1rem;
}


.orders-search {
    max-width: 220px;
    width: 100%;
    display: flex;
    position: relative;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    border-radius: 2px;
}

.orders-search .icon-wrap {
    background: #FCFCFC;
    box-sizing: border-box;
    border-radius: 2px;
    min-width: 42px;
    height: 39px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    border-left: 1px solid #DFDFDF;

}

.orders-search input {
    border: none;
    box-shadow: none;
    height: 39px;
}

.dashboard-tabs .inner-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.authorizeUpdatePayment {
    width: 80px;
    height: 23px;
    font-weight: 600 !important;
    font-size: 11px !important;
    text-transform: uppercase;
    padding: 0 !important;
    line-height: 23px !important;
    margin-left: 10px;
}


.payment-col, .billing-coll {
    background: #F9F9F9;
    border-radius: 3px;
    padding: 22px 20px;
    margin-top: 10px;
    max-height: 400px;
    overflow-y: scroll;
}

.feedback-btn {
    position: fixed;
    top: 50%;
    left: -26px;
    background-color: #fff;
    box-shadow: 0px 1px 14px rgb(0 0 0 / 21%);
    border-radius: 3px;
    transform: translate3d(0%, -50%, 0) rotate(270deg) translateY(-50%);
    font-weight: 600;
    border-radius: 0px 0px 3px 3px;
    cursor: pointer;
    z-index: 999;
}

.feedback-btn .feedback-btn-inner {
    padding: 8px 20px;
}

.feedback-btn .feedback-btn-inner svg {
    transform: rotate(90deg);
    vertical-align: middle;
    margin: 0px;
    margin-right: 2px;
}

.feedback-popup {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    right: 0px;
    margin: 0px auto;
    border: 1px solid #DDDDDD;
    border-radius: 7px;
    max-width: 820px;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
    padding: 30px 50px;
}

.feedback-popup .feedback-popup-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.feedback-popup .popup-right-column {
    margin-left: 40px;
}

.feedback-popup .popup-right-column h3 {
    font-size: 27px;
    font-weight: 600;
}

.feedback-popup .popup-right-column p {
    margin: 18px 0px;
    color: #7B7B7B;
    font-size: 16px;
    font-weight: 500;
}

.feedback-popup-wrapper {
    display: none;
}

.feedback-popup-wrapper:before {
    content: '';
    background-color: rgba(15, 15, 15, 0.54);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9995;
}

.close-feedback-popup {
    top: 12px;
    position: absolute;
    right: 12px;
    cursor: pointer;
}

.feedback-thank-you {
    text-align: center;
}

.feedback-thank-you svg {
    margin: 30px auto;
    display: block;
    margin-top: 0px;
}

.feedback-thank-you h2 {
    color: #81C719;
    font-weight: 600;
    font-size: 31px;
}

.feedback-thank-you h4 {
    font-weight: 600;
    font-size: 25px;
    color: #2D2D2D;
}

.feedback-thank-you p {
    font-weight: 500;
    font-size: 15px;
    color: #515151;
}

.feedback-form-block .addReviewButton {
    width: 182px;
    background: #23C2A8;
    margin-top: 15px;
}

.feedback-form-block form {
    padding-left: 40px;
}

.feedback-form-block textarea {
    box-shadow: none;
}

.feedback-form-block textarea:focus,
.feedback-form-block textarea:hover {
    background: rgba(35, 194, 168, 0.09) !important;
    border: 1px solid #23C2A8 !important;
    outline: none;
    box-shadow: none;
}

.feedback-form-block label {
    color: #757575;
    margin-top: 8px;
}

.video-preview {
    background: #FBFBFB;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    height: 240px;
    padding: 0px;
}

.ba-videorecorder-button-primary[data-selector="stop-primary-button"] {
    /* position: fixed !important; */
    bottom: 20px !important;
    left: 20px !important;
}

.stop-btn {
    background: #FFFFFF;
    border: 2px solid #F95A4E;
    box-shadow: 0px 0px 12px #f95a4e;
    border-radius: 4px;
    width: 110px;
    text-transform: uppercase;
    color: #F95A4E;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-weight: 600;
    cursor: pointer;
    pointer-events: none;
    opacity: 0.5;
    margin-top: 6px;
}

.video-record-bottom-btn {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 999999;
}

.video-record-bottom-btn .record-video-timer {
    font-size: 16px;
    color: #f95a4e;
    font-weight: 600;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 5px 8px;
}

.video-record-bottom-btn .record-video-timer .record-icon {
    width: 15px;
    height: 15px;
    border-radius: 50px;
    background: #f95a4e;
    border: 2px solid #fff;
    outline: 2px solid #f95a4e;
    margin-right: 8px;
    animation: record 1.2s infinite 4s;
}

@keyframes record {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.video-preview .ba-player-rerecord-bar {
    display: none !important;
}

.video-preview .ba-videoplayer-video {
    height: 200px;
    object-fit: cover;
}

.video-preview .ba-videorecorder-container,
.video-preview .ba-videoplayer-container {
    border: none !important;
}

.screen-record-btn {
    background: #23C2A8;
    border: 2px solid #23C2A8;
    border-radius: 4px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    width: 250px;
    margin-top: 15px;
    cursor: pointer;
}

.screen-record-btn svg {
    margin-right: 30px;
}


.forgot-password-wrapper {
    background: #FFFFFF;
    box-shadow: 0px 1px 9px rgb(0 0 0 / 21%);
    border-radius: 3px;
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
}

.forgot-password-inner {
    margin-top: 55px;
    padding: 20px;
    text-align: center;
}

.forgot-password-wrapper #repassword_submit {
    width: 100%;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 75px;
    color: #FFFFFF;
    background: #23C2A8;
    border-radius: 3px;
}

.forgot-password-wrapper input {
    background: #F9F9F9;
    border: 1px solid #D0D0D0;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 23px;
    margin-bottom: 15px;
}

.forgot-password-wrapper p {
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #9C9C9C;
    display: block;
    padding-bottom: 8px;
}

.forgot-password-wrapper .fp_section_title {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    color: #4F4F4F;
}

.existing_card.new-payment-block .card_box {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 20px;
    min-height: 210px;
}

.stories-page-left-sidebar {
    box-shadow: 0px 1px 5px rgb(0 0 0 / 31%);
    border-radius: 3px;
    padding: 10px 25px !important;
    margin-bottom: 20px;
}

.stories-page-left-sidebar .filter-tax-title {
    border-left: none;
    background-color: transparent;
    padding: 15px 0px;
    color: #3E3E3E;
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    margin-bottom: 10px;
}

.filter-tax-content {
    /* margin-left: 10px; */
    margin-top: 10px;
    padding-bottom: 10px;
}

.filter-tax-content .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 17px;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 2px;
}

.filter-tax-content .checkmark::after {
    content: "";
    position: absolute;
    display: none;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 2px;
    width: 5px;
    height: 8px;
    border: 1px solid #23c2a8;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.filter-tax-content .custom-checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

.filter-tax-content .custom-checkbox-container input:checked ~ .checkmark {
    border: 1px solid #23c2a8;
}

.filter-tax-content .custom-checkbox-container {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-size: 13px;
    user-select: none;
    display: inline-block;
    margin-bottom: 12px;
    color: #4f4f4f;
    line-height: 18px;
    text-transform: capitalize;
    font-weight: 400;
    word-break: break-word;
}

.filter-tax-content .custom-checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.stories-page-right-sidebar .tags-list a {
    line-height: 15px;
    border: 1px solid #E6E6E6;
    border-radius: 24px;
    background-color: #fff;
    text-transform: uppercase;
    margin: 4.2px 3px;
    padding: 4px 18px;
    text-align: left;
    float: left;
    color: #9D9D9D;
    font-weight: 500;
    font-size: 11px;
    overflow-wrap: anywhere;
}

.teb_top_col:not(:last-child) {
    border-bottom: 1px solid #DFDFDF;
}

.teb_top_col .filter-tax-title:after {
    content: '-';
    float: right;
    color: #B4B4B4;
    font-size: 18px;
    background: #EEEEEE;
    height: 18px;
    line-height: 16px;
    width: 18px;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    transition: 0.5s;
}

.teb_top_col .filter-tax-content.open {
    max-height: 0px;
    padding-bottom: 0px;
}

.teb_top_col .filter-tax-title.open:after {
    content: '+';
    color: #fff;
    background: #23C2A8;
    font-size: 16px;
    line-height: 18px;
}

.teb_top_col .color-circle {
    width: 18px;
    height: 18px;
    border-radius: 32px;
    display: inline-block;
    vertical-align: bottom;
    cursor: pointer;
    margin: 0px auto;
    margin-right: 8px;
}

.article-list-content {
    margin-top: 45px;
    /* margin-left: 0px !important; */
}

.article-list-content .pagination li a {
    border: 1px solid #DFEDE7;
    background: transparent;
    border-radius: 0px;
    width: 40px;
    height: 35px;
    text-align: center;
    color: #3E3E3E !important;
    font-weight: 600;
    font-size: 14px;
    padding: 0px 5px;
    line-height: 32px;
    border-radius: 2px;
    margin: 6px;
    cursor: pointer;
}

.article-list-content .pagination li.active a {
    color: #23C2A8 !important;
    background-color: transparent;
}

.template-filter-pagination {
    margin: 20px auto;
    text-align: center;
    clear: both;
}

.article-list-content .pagination li a:hover {
    border: 1px solid #23C2A8;
    color: #23C2A8;
}

.start-from-scratch-popup .template-popup-grid .template-item.checked-item label {
    font-weight: 600;
}

.start-from-scratch-popup .template-popup-grid .template-item label:hover {
    color: #23C2A8 !important;
}

.teb_top_col .filter-tax-content .filter-tag-content {
    max-height: 480px;
    transition: 0.5s;
    overflow-y: hidden;
}

.teb_top_col .filter-tax-content .filter-tag-content.show-more-open {
    max-height: 100%;
}
.filter-tag-content.show-more-open .parent-terms-block {
    display: block !important;
}
.teb_top_col .show-more {
    color: #23C2A8;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    margin-top: 18px;
    display: block;
    margin-bottom: 5px;
}

.template-item .start_scratch {
    position: relative;
    border: 1px dashed #a3a3a3;
    border-radius: 5px;
    cursor: pointer;
    height:252px !important;
}

.template-item .start_scratch .white-bg-img {
    height: 100%;
    width: 100%;
    border-radius: 4px;
}

.template-item .start_scratch .inner-block {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.start-scratch-icon {
    background-color: #51c719;
    border-radius: 3px;
    width: 71px;
    height: 71px;
    margin: 0 auto;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}

.template-item .start_scratch .start-scratch-icon img {
    width: 25px;
}

.template-item .start_scratch:hover {
    background-color: rgb(0 0 0 / 15%);
    border: 1px solid #23c2a8;
}

.start-from-scratch-popup {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
    max-width: 600px;
    transform: translate(0px, -50%);
    z-index: 999;
    width: 100%;
    box-shadow: 0 1px 23px rgb(0 0 0 / 25%);
    border-radius: 3px;
    display: none;
    align-items: center;
    justify-content: space-between;
    display: none;
}

.close-scratch-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.start-from-scratch-popup h6 {
    color: #1f1f1f;
    font-weight: 600;
    font-size: 19px;
}

.start-from-scratch-popup .template-option-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.start-from-scratch-popup .template-option-grid.orient .template-item {
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    padding: 15px 25px;
    position: relative;
    display: flex;
    align-items: center;
}


.start-from-scratch-popup .template-option-grid.orient .template-item.disabled,
.start-from-scratch-popup .template-option-grid.side .template-item.disabled {
    background: #f3f3f3;
    pointer-events: none;
    opacity: 0.5;
    border-radius: 3px;
}

.start-from-scratch-popup label {
    border-radius: 4px;
    margin: 0;
    display: flex;
    align-items: center;
    padding: 0;
    margin-right: 10px;
    color: #4f4f4f;
    font-size: 15px;
    font-weight: 400;
    position: relative;
}

.start-from-scratch-popup .template-option-grid.orient label {
    position: unset;
}

.start-from-scratch-popup .template-option-grid.size label {
    font-weight: 600;
}

.custom-checkbox-container-size input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
}

.start-from-scratch-popup .template-option-grid.orient .checkmark {
    position: absolute;
    top: 5px;
    left: 0px;
}

.start-from-scratch-popup .template-option-grid.orient .checkmark {
    left: unset;
    right: 0px;
}

.start-from-scratch-popup .checked-icon {
    display: none;
}

.start-from-scratch-popup .template-option-grid svg {
    margin-right: 15px;
}

.start-from-scratch-popup label .checkmark {
    margin-right: 8px;
    border-radius: 50px;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    position: relative;
}

.start-from-scratch-popup label .checkmark:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #23c2a8;
    border-radius: 50px;
    transform: translate(0px, -50%);
    top: 50%;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    display: none;
}

.start-from-scratch-popup .checkbox-container-size input:checked ~ .checkmark:after {
    display: block;
}

.start-from-scratch-popup .template-option-grid.orient .template-item.checked-item {
    border: 1px solid #23c2a8;
}

.start-from-scratch-popup .template-option-grid .template-item.checked-item .checked-icon {
    display: block;
}

.start-from-scratch-popup .template-option-grid .template-item.checked-item .icon {
    display: none;
}

.start-from-scratch-popup .custom-checkbox-container-size input:checked ~ .checkmark:after {
    display: block;
}

.custom-checkbox-container-size input:checked ~ .checkmark {
    background-color: transparent;
    border: 1px solid #23c2a8;
}

.start-from-scratch-popup .start-from-scratch-popup-bottom-block {
    background: #f7f7f7;
    border-radius: 3px;
    padding: 25px 40px;
}

#templatePopupBtn {
    padding: 10px 20px;
    border-radius: 3px;
    color: #fff;
    background: #23c2a8;
    font-weight: 600;
    border: 1px solid #23c2a8;
    cursor: pointer;
    text-transform: uppercase;
    max-width: 236px;
    width: 100%;
    display: block;
    text-align: center;
    margin-left: auto;
    font-size: 16px;
}
#templatePopupBtn[disabled]{
    opacity: .7 !important;
    pointer-events: none !important;
}

.design-template-list {
    padding-left: 30px;
}

.posts-list-grid.column-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 50px;
}

.templates-filter-section .posts-list-grid.column-4,
.design-template-list .posts-list-grid.column-4 {
    grid-column-gap: 25px;
    grid-row-gap: 30px;
    margin-top: 18px;
}

.posts-list-item.template-item {
    margin: 0px;
    height: 332px;
}

.posts-list-item.template-item.no-result-scratch {
    grid-column: 1 / -1;
}

.posts-list-item.template-item .post-image {
    height: 100%;
    border-radius: 4px;
    border: 1px solid #e7e7e7;
}

.posts-list-item.template-item .post-image .template-name {
    text-align: center;
    padding-bottom: 20px;
    color: #4D4D4D;
    font-size: 13px;
    font-weight: 400;
}

.posts-list-item.template-item .twosides-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    border-radius: 20px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #23c2a8;
}

.posts-list-item.template-item .twosides-icon .tooltiptext {
    visibility: hidden;
    width: 100px;
    background-color: #fff;
    color: #000;
    text-align: center;
    padding: 6px 0;
    position: absolute;
    z-index: 1;
    line-height: 16px;
    letter-spacing: -1px;
    top: -35px;
    left: -38px;
    box-shadow: 0 1px 4px rgb(0 0 0 / 25%);
    border-radius: 3px;
    font-weight: 500;
    font-size: 14px;
}

.posts-list-item.template-item .twosides-icon:hover {
    background-color: #23c2a8;
}

.posts-list-item.template-item .twosides-icon:hover .tooltiptext {
    visibility: visible;
}

.posts-list-item.template-item .twosides-icon:hover svg path {
    fill: #fff;
}

.posts-list-item.template-item:hover {
    box-shadow: unset;
    background-color: #fff;
}

.posts-list-item.template-item:hover .post-image {
    border: 2px solid #23c2a8;
}

.design-template-list .main-section-title h3 {
    padding: 0px;
    font-weight: 600;
    font-size: 25px;
    color: #444444;
    /* margin-bottom: 10px; */
}

.per-page-block {
    display: flex;
    align-items: center;
}

.per-page-block span {
    background: #F3F3F3;
    color: #AAAAAA;
    border-radius: 2px;
    padding: 8.3px 15px;
    border: 1px solid #CFCFCF;
    border-right: none;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    font-weight: 500;
    font-size: 15px;
    height: 40px;
}

#templatePerPage {
    background: transparent;
    border: 1px solid #CFCFCF;
    color: #4F4F4F;
    font-weight: 500;
    font-size: 15px;
    border-radius: 2px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 9px;
    cursor: pointer;
    height: 40px;
}

.design-template-list .main-section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.templates-filter-section {
    margin: 40px 0px;
}

.post-title {
    color: #3E3E3E;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    margin-bottom: 0px;
    margin-top: 10px;
    text-transform: capitalize;
}

.product-count, .category-template-count {
    display: block;
    color: #23C2A8;
    font-weight: 600;
    font-size: 13px;
    margin-top: 4px;
    margin-bottom: 0px;
}

.most-reviewed-row .product-name {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    margin: 5px 0;
    color: #444444;
    text-transform: capitalize;
    margin-top: 8px;
}

.form-control.inp-error {
    border: 1px solid red !important;
}

.error-msg {
    color: red;
    font-size: 12px;
}

#reviewLoader {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    transform: translateY(-50%);
    width: 60px;
    z-index: 99;
}

.ba-videorecorder-chooser-button-container,
.ba-videorecorder-chooser-button-container .ba-videorecorder-chooser-file {
    height: 100% !important;
}

.posts-list-item.template-item {
    margin-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
    cursor: pointer;
    height: 272px;
}

.page-content-block.design-templates .posts-list-item .post-image {
    height: 318px;
}

.page-content-block.design-templates .posts-list-item .post-title {
    font-size: 16px;
    font-weight: 500;
}

.page-content-block.design-templates .posts-list-item {
    margin-bottom: 15px;
}

.page-content-block.design-templates .post-image img {
    object-fit: cover;
}

.post-image img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
    object-fit: cover;
    object-position: center;
}

.posts-list-item {
    padding: 10px;
    margin-top: 0px;
    margin-right: 15px;
}

.active-4over4 {
    background: linear-gradient(
            180deg, rgba(141, 141, 141, 0) 0%, rgba(152, 152, 152, 0.16) 100%);
    border-bottom: 2px solid #23C2A8;
}

.active-kids {
    background: linear-gradient(
            180deg, rgba(141, 141, 141, 0) 0%, rgba(152, 152, 152, 0.16) 100%);
    border-bottom: 2px solid #21A3B9;
}

/* profile page */

.my-profile-content, .my-business-content {
    background-color: #fff;
    padding: 40px;
}

.custom-form input:not(.form-submit-inp), .custom-form select, .custom-form textarea, #pac-input {
    border: 1px solid #D0D0D0;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #626262;
    width: 100%;
    display: block;
    padding: 8px 16px;
}

.custom-form input:not(.form-submit-inp):focus, .custom-form select:focus, .custom-form textarea:focus {
    background: rgba(35, 194, 168, 0.12);
    border: 1px solid #23C2A8;
}

.custom-form input::placeholder {
    color: #BABABA;
}

.custom-form label {
    color: #3E3E3E;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 3px;
}

.custom-form .form-submit-inp {
    background-color: #23C2A8;
    color: #fff;
    border: 1px solid #23C2A8;
    width: 80px;
    height: 32px;
    line-height: 32px;
    padding: 0px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    border-radius: 3px;
    transition: all .3s;
}

.custom-form .form-submit-inp:hover, .custom-form .form-submit-inp:focus {
    background: transparent !important;
    color: #23C2A8;
    border: 1px solid #23C2A8;
    outline: none;
}

.custom-form .calendar-icon {
    position: absolute;
    top: 50%;
    right: 12px;
    z-index: 1;
    transform: translateY(-50%);
}

.custom-form input[type="date"]::-webkit-inner-spin-button,
.custom-form input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.upload-img-block {
    margin-right: 40px;
    max-width: 320px;
}

.upload-img-block-inner {
    background-color: #23C2A8;
    align-items: center;
    justify-content: center;
    padding: 30px;
    border-radius: 4px;
    position: relative;
    height: 330px;
    display: flex;
    width: 100%;
}

.upload-img-block h5 {
    font-weight: bold;
    color: #fff;
    font-size: 20px;
}

.upload-img-btn {
    border-radius: 4px;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500 !important;
    font-size: 12px !important;
    width: fit-content;
    height: 32px;
    line-height: 30px;
    margin: 0 auto;
    cursor: pointer;
    padding: 0 20px;
    margin-top: 20px;
}

.profile-img-inp {
    position: absolute;
    top: 0;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.preview-upload-img {
    border-radius: 50%;
    border: 7px solid #fff;
    width: 144px;
    height: 144px;
    object-fit: cover;
}

.custom-form .orange-btn {
    text-transform: unset;
    font-size: 14px;
    max-width: 100%;
    cursor: pointer;
}

.custom-form .orange-btn span {
    margin-right: 15px;
    width: auto;
    height: auto;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 20px;
    line-height: 12px;
    background: transparent;
    padding: 3px 6px;
}

.block-inps {
    max-width: 380px;
}

.profile-quizzes-block {
    background: #fff;
    border: 1px solid #E4E4E4;
    border-radius: 3px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 15px 30px;
    z-index: 5;
}

.close-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.my-business-content .block-inps {
    max-width: 100%;
}

.my-business-content .block-inps i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    color: #929292;
    font-size: 14px;
}

.business-page-status-block {
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
}

.business-page-status-block p {
    margin: 0px;
    color: #3E3E3E;
    font-weight: 500;
    font-size: 14px;
}

.business-page-status-block .business-page-status {
    background: #81C719;
    border-radius: 4px;
    width: 87px;
    height: 20px;
    text-align: center;
    line-height: 19px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    padding: 0px 10px;
}

.business-page-status-block .business-page-status.unpublish-status {
    background-color: #FD8516;
    width: auto;
}

.business-page-status-block .business-page-status.draft-status {
    background-color: #FB0101;
    width: auto;
}

.business-unlist-btn, .business-delete-btn {
    border: 1px solid #E4E4E4;
    border-radius: 4px;
    margin-top: 15px;
    width: 100%;
    text-transform: uppercase;
    color: #A5A5A5;
    font-weight: 600;
    font-size: 13px;
    display: block;
    text-align: center;
    height: 36px;
    line-height: 34px;
    background: #fff;
}

.location-pin-icon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0px, -50%);
}

.my-business-content .preview-upload-img {
    border-radius: 3px;
    background-color: #fff;
}

.social-widget-influence .social-widget_item {
    width: auto;
    height: auto;
}

.social-widget-influence #social-widget .ul-wrapper {
    flex-wrap: wrap;
}

.social-widget-influence .social-widget_item a {
    display: flex;
    flex-direction: row;
}

.social-widget-influence .social-widget_item a svg {
    margin-right: 4px;
}

.post-list-multi-column.tree-column {
    grid-template-columns: repeat(5, 1fr);
    padding-top: 5px;
}

.post-list-multi-column.tree-column .first-item {
    padding: 20px;
    border: 1px solid #E9E9E9;
    padding-bottom: 50px;
    border-radius: 3px;
    background-color: transparent;
}

.post-list-multi-column.tree-column .post-image {
    height: 200px;
}

.post-list-multi-column.tree-column .first-item .post-image {
    height: 420px;
    margin-bottom: 12px;
}

.post-list-multi-column.tree-column .first-item .post-title {
    font-size: 20px;
    margin: 8px 0px;
}

.post-list-multi-column.tree-column .first-item .over-type {
    padding: 0px 8px;
}

.post-list-multi-column {
    overflow: hidden;
    grid-column-gap: 15px;
    grid-row-gap: 10px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding-bottom: 30px;
    margin-bottom: 50px;
    padding-top: 4px;
}

.post-list-multi-column .first-item {
    grid-column: span 2;
    grid-row: span 2;
    border-radius: 3px;
    padding: 20px;
    background: #DAF4E8;
    margin-right: 15px;
}

.draft-span{
    position: absolute;
    left: 10px;
    top: 10px;
    background: red;
    color: white;
    border-radius: 20px;
    padding: 2px 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.post-image {
    height: 150px;
    position: relative;
    margin-bottom: 5px;
}

.post-list-multi-column .first-item .post-image {
    height: 350px;
}

.post-list-multi-column .first-item .post-excerpt {
    margin: 20px 0px;
    height: 38px;
    overflow: hidden;
    color: #687875;
    font-size: 13px;
}

.post-list-multi-column .first-item .post-title {
    font-size: 20px;
    margin: 15px 0px;
}

.posts-list-item:hover {
    background-color: #fff;
    box-shadow: 0px 1px 6px rgb(0 0 0 / 42%);
    border-radius: 3px;
}

.dashboard-my-creative-page .main-page-view-all {
    border: none;
    border-radius: 0px;
    margin: 0px;
    padding: 0px 15px;
}

.dashboard-my-creative-page .main-section-title {
    margin-top: 40px;
    margin-bottom: 5px;
}

.dashboard-my-creative-page .main-page-view-all:hover {
    background-color: transparent;
    color: #23C2A8;
    text-decoration: underline !important;
}

.main-page-view-all {
    border-radius: 40px;
    border: 1px solid #23C2A8;
    padding: 5.5px 27px;
    font-weight: 600;
    font-size: 13px;
    color: #23C2A8;
    margin: 0px 10px;
    margin-top: 15px;
}

.main-page-view-all:hover {
    text-decoration: none;
    background-color: #23C2A8;
    color: #fff;
}

.main-section-title {
    /* margin-right: 12px; */
    margin-bottom: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    font-weight: 500;
    flex-wrap: wrap;
}

.main-section-title h3 {
    margin: 0px;
    font-weight: 600;
    font-size: 25px;
}

.main-section-title svg {
    margin-right: 10px;
}

.four_ever_url {
    position: relative;
}

.four_ever_url .new-badge {
    position: absolute;
    right: -16px;
    top: 3px;
    border: 1px solid #27a3b9;
    background: #27a3b9;
}

.empty-checkout {
    padding-top: 30px;
}

.top-header-menu > li {
    display: inline-block;
    vertical-align: middle;
    padding: 12px 15px;
}

.top-header-menu.float-right li a:hover, .top-header-menu.float-right li.has-sub-menu:hover {
    color: #23C2A8;
}

.menu-get-free-samples-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #23c2a8 !important;
    border: 2px solid #23c2a8;
    padding: 2px 12px;
    border-radius: 4px;
    padding-right: 8px;
    font-weight: 600 !important;
    margin-top: 5px;
    font-size: 14px !important;
}

.menu-get-free-samples-btn:hover {
    background: #23c2a8;
    color: #fff !important;
}

.menu-get-free-samples-btn:hover svg path {
    stroke: #fff;
}


.main-header-contect-wrap .main-header-contect-listing-main-wrap li {
    flex-direction: row;
    align-items: center;
    justify-content: end;
    min-width: 165px;
}

#product-buttons button {
    font-size: 13px;
    height: 41px;
    min-width: 120px;
    display: inline-block;
}

#product-buttons button[disabled] .ion-wrap{
    display: none;
}
.menu-dropdown-column-list.print-product-links ul {
    float: left;
    margin-right: 4rem;
}

.menu-dropdown-column-list.print-product-links ul:not(.hasCategory) {
    max-width: 190px;
}

.start-from-scratch-popup .template-option-grid.size {
    max-height: 220px;
    overflow-y: scroll;
}

.start-from-scratch-popup .template-option-grid.size::-webkit-scrollbar {
    width: 6px;
    border-radius: 10px;
}

.start-from-scratch-popup .template-option-grid.size::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #FBFAFA;
}

.start-from-scratch-popup .template-option-grid.size::-webkit-scrollbar-thumb {
    background: #23C2A8;
    border-radius: 10px;
}

.story-single-box ul {
    padding-left: 20px;
}

.story-single-box ul, .story-single-box li {
    list-style-type: disc !important;
}

#forgot_your_password {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    display: block;
    float: none;
    background: #FFFFFF;
    box-shadow: 0px 1px 9px rgb(0 0 0 / 21%);
    border-radius: 3px;
    padding: 40px !important;
    margin-top: 5rem;
}

#forgot_your_password .title {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    color: #4F4F4F;
}

#forgot_your_password .content {
    text-align: center;
    color: #9C9C9C;
}

#forgot_your_password .content span {
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #9C9C9C;
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
}

.stories-pagination {
    justify-content: center;
}

.stories-pagination li.active {
    pointer-events: none;
}

.stories-pagination li.active a {
    border: 1px solid #23C2A8;
}

.stories-pagination li:hover a {
    color: #23C2A8;
}

.position-relative {
    position: relative;
}

#new_address_show p {
    margin-bottom: 0px;
}

.order-pagination > li {
    cursor: not-allowed;
}

.pagination > .disabled > a {
    pointer-events: none;
    border-color: #ddd;
    color: #4F4F4F !important;
    opacity: 0.5;
}

body.open-popup {
    overflow: hidden;
}

.breadcrumbs-section, .breadcrumbs-section a {
    font-weight: normal;
    color: #595959;
    font-size: 12.23px;
    text-transform: capitalize;
}

.breadcrumbs-section svg {
    margin: 0 10px;
}

.breadcrumbs-section a:first-child {
    margin-left: 0px;
}

.breadcrumbs-section a i {
    color: #c3c3c3;
    margin-right: 10px;
    font-size: 14px;
}

.breadcrumbs-section {
    padding: 10px 0px;
    padding-top: 20px;
    /*margin-bottom: 40px;*/
    line-height: 2;
}

.home-seo-attributes{
    margin-bottom: 3rem;
}

.home-seo-attributes h1{
    font-weight: 600;
    font-size: 29px;
    line-height: 120%;
    color: #272727;
    margin-top: 0;
}


.home-seo-attributes h2{
    font-weight: 600;
    font-size: 25px;
    line-height: 120%;
    color: #272727;
    margin-top: 0;
}

.home-seo-attributes p{
    font-weight: normal;
    font-size: 17px;
    line-height: 166%;
    color: #707070;
}

.site-breadcrumb-main-wrap ul {
    display: flex;
    margin-bottom: 0
}

.main-featured-product ul li.submenu-option {
    cursor: pointer;
    position: static;
    direction: initial;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.breadcrumb-wrap li a {
    color: #595959;
    font-size: 12.23px;
    margin: 0 10px;
    transition: all .5s ease-in-out
}

.sticky-list li a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #515151;
    margin: 0 0;
}
.sticky .square-logo-wrap {
    display: block !important;
}

.sticky .breadcrumb-wrap {
    display: none;
}

.custom-breadcrumb-row-wrap .sticky-list {
    display: none;
}

.sticky .sticky-list {
    display: flex;
    align-items: center;
}

.sticky-list li {
    padding: 15px 0;
}

.sticky-list li.list-item {
    margin: 0 1rem;
    border-bottom: 3px solid transparent;
    cursor: pointer;
}

.sticky-list li.list-item.active {
    border-color: #23C2A8;
}


.new-page-cover-section {
    height: 460px;
    background-image: url('/assets/images/static/new-page-cover-bg.png'), linear-gradient(109.18deg, #D7D7D7 4.03%, #CFCFCF 99.12%);
    background-repeat: no-repeat;
    background-size: cover;
}

.new-page-cover-section .content-column {
    padding-top: 5rem;
}

.new-page-cover-section .content-column p {
    margin-bottom: 20px;
    color: #9C9C9C;
    font-size: 15px;
}

.new-page-cover-section .content-column h2 {
    color: #444444;
    font-size: 25px;
    font-weight: 600;
    margin-top: 15px;
}

.new-page-cover-section h1 {
    background: #23C2A8;
    border-radius: 5px;
    color: #fff;
    width: fit-content;
    display: block;
    padding: 5px 15px;
    text-transform: capitalize;
    font-size: 46px;
}

.catalog.new-page {
    margin-top: 7rem;
}



.catalog.new-page .product_group_box .description h3 {
    text-align: left;
    color: #23C2A8;
    font-size: 17px;
    margin-bottom: 3px;
    margin-top: 20px;
    min-height: 40px;
}

.catalog.new-page .product_group_box .description h3::first-letter {
    text-transform: capitalize;
}

.catalog.new-page .product_group_box img {
    border-radius: 4px;
    object-fit: cover;
}

.catalog.new-page .product_group_box .price {
    color: #525252;
    font-size: 14px;
    font-weight: bold;
    position: unset;
    margin-bottom: 10px;
}

.quote_side {
    margin-bottom: 10px;
}

.discounts-cover-block {
    height: 600px;
    background-image: url('/assets/images/static/coupon-codes-discounts-cover-img.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.discounts-cover-block::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(18 18 18 / 41%);
}

.discounts-cover-block h1 {
    font-size: 55px;
    font-weight: 600;
}

.discounts-cover-block h2 {
    background: #23C2A8;
    border-radius: 3px;
    width: fit-content;
    padding: 10px 20px;
    margin: 0px auto;
    border: none;
    font-size: 22px;
    font-weight: 600;
}

.discounts-cover-block h4 {
    font-size: 19px;
}

.coupon-code-block {
    background: #FF6421;
    border: 2px dashed #FFFFFF;
    border-radius: 3px;
    padding: 12px;
    width: 280px;
    display: block;
    margin: 0px auto;
    position: relative;
    font-weight: 600;
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.coupon-code-block svg {
    position: absolute;
    top: -12px;
    right: 30px;
}

.coupon-code-text {
    font-style: italic;
    font-weight: 600;
    font-size: 16px;
}

.discounts-page-content article ul li {
    background: #F2F2F2;
    border-radius: 22px;
    padding: 3px 20px;
    display: inline-block;
    margin-bottom: 12px;
}

.discounts-page-content article ul li:not(:nth-child(4n)) {
    margin-right: 20px;
}

.discounts-page-content article a {
    background: #FD8516;
    border-radius: 3px;
    color: #fff;
    width: 100%;
    padding: 12px;
    text-transform: uppercase;
    position: relative;
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    margin-top: 10px;
}

.discounts-page-content article a  svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
}

.discounts-page-content h4 {
    color: #23C2A8;
    font-weight: 600;
    font-size: 19px;
} 

.discounts-page-content article {
    margin-top: 40px;
}

.discounts-page-content article img {
    width: 100%;
    height: 221px;
    object-fit: cover;
    margin-bottom: 8px;
    border-radius: 3px;
}

a.ready-btn {
    background: #23C2A8;
    width: fit-content;
    margin: 0px auto;
    padding: 10px 50px;
    margin-top: 8rem;
    color: #fff;
    font-weight: 600;
    position: relative;
    padding-right: 80px;
}

.ready-btn svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

.left-img-column {
    padding-right: 0px;
}

.left-img-column img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}

.right-list-column {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #EDEDED;
    border-radius: 4px;
    background: #fff;
}

.right-list-column ul:first-child {
    margin-right: 9rem;
}

.right-list-column ul li {
    margin-bottom: 10px;
    color: #757575;
    font-weight: 600;
    font-size: 14px;
}

.right-list-column ul li i {
    color: #23C2A8;
}

.two-columns-block h3 {
    font-weight: 600;
    font-size: 33px;
    margin-bottom: 15px;
    margin-top: 0px;
}

.two-columns-block .left-column-list ul li:not(:last-child) {
    margin-bottom: 15px;
}

.two-columns-block .left-column-list ul li {
    font-weight: 700;
    font-size: 17px;
    color: #444444;
}

.two-columns-block .right-column-list ul li:not(:last-child) {
    margin-bottom: 22px;
}

.two-columns-block .right-column-list ul li {
    color: #444;
    font-size: 17px;
    line-height: 1.8;
}

.two-columns-block .left-column-list ul li svg {
    vertical-align: middle;
    margin-right: 15px;
}

.validation-error p{
    color: red;
    margin-top: 10px;
    text-transform: capitalize;
}


/*start update header*/

header .top-small-header {
    background: #0B111B;
    height: 30px;
    margin-bottom: 0px;
    padding: 2px;
    box-shadow: unset !important;
}

header .top-header-menu > li {
    padding: 0px 10px;
    position: relative;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.top-header-menu > li:first-child {
    padding-left: 0px;
}

.active-4over4, .active-kids {
    box-shadow: unset;
    border-bottom: none;
    background: transparent;
}

.active-4over4::after, .active-kids::after {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #23C2A8;
    border-radius: 50px;
    position: absolute;
    top: 2px;
    right: 5px;
}

header .top-header-menu.float-right li a {
    color: #fff;
    font-size: 12px;
}

header .top-header-menu.float-right li.has-sub-menu .sub-menu li a {
    color: #3E3E3E;
}

.hamburger-menu-toggle button,
.hamburger-menu-toggle button.open {
    background: #596080;
}

.main-header-contect-wrap .main-header-contect-listing-main-wrap li {
    min-width: unset;
}

.main-header-contect-title.cartset span.cart-text {
    font-weight: 600;
}

.header-search {
    max-width: 550px;
    width: 100%;
    margin-left: auto;
    margin-right: 20px;
}

.header-middle-section-inner {
    padding-top: 10px;
    padding-bottom: 9px;
}

header .top-header-menu .has-sub-menu.open-sub-menu {
    box-shadow: unset;
    background-color: transparent;
}

.beta-btn {
    background: #0B111B;
    border-radius: 50px;
    text-decoration: unset;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    height: 36px;
    padding: 10px 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    margin-left: 30px;
    border: 1px solid #0B111B;
    padding-right: 20px;
}

.beta-btn span {
    background-image: linear-gradient(263.32deg, #00E6C0 2.33%, #23C2A8 100%);
    padding: 0px 7px;
    border-radius: 3px;
    text-transform: uppercase;
    color: #0B111B;
    margin-left: 4px;
    font-size: 12px;
}

.new-badge {
    text-transform: unset;
    width: 40px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    letter-spacing: unset;
    font-size: 10px;
    font-weight: 600;
    border-color: #00C914;
    color: #00C914;
}

.beta-btn:hover {
    color: #0B111B;
    background-color: transparent;
}

.beta-btn:hover svg path {
    fill: #0B111B;
}

header .top-header-menu .sub-menu {
    top: 22px;
}

header .top-small-header .container, header .top-small-header .container > ul {
    height: 100%;
}

.top-header-menu .sub-menu {
    background-color: #0B111B;
    box-shadow: 0px 0px 8px rgb(44 44 44 / 15%);
    border-radius: 0px 0px 7px 7px;
    padding: 15px 0px;
    left: -25px;
}

header .top-header-menu.float-right li.has-sub-menu .sub-menu li a {
    color: #fff;
    font-size: 14px;
}

header .menu-get-free-samples-btn {
    border: 1px solid #fff;
    font-size: 14px;
    text-align: center;
    color: #fff !important;
    padding: 12px;
    justify-content: center;
    font-weight: 600;
}

header .menu-get-free-samples-btn:hover {
    color: #141824 !important;
    background: #FFFFFF;
}

.top-header-menu .sub-menu li {
    padding: 10px 15px;
    position: relative;
    line-height: normal;
}

header .menu-get-free-samples-li {
    padding: 3px 15px !important;
}

.top-header-menu .sub-menu li:hover {
    color: #fff;
    background-color: #131A27;
}

.top-header-menu .sub-menu li:after {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #23C2A8;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    opacity: 0;
    transition: 0.5;
}
.top-header-menu .sub-menu li:hover:after {
    opacity: 1;
}

header .menu-get-free-samples-li:hover:after {
    display: none;
}

header .menu-get-free-samples-li:hover {
    background-color: transparent !important;
}

/*end update header*/

.main_banner_slider .h1, .main_banner_slider .h4 {
    color: #272727;
    font-size: 52px;
    max-width: 70%;
    width: auto !important;
    font-weight: 600;
    line-height: 70px;
    text-shadow: none;
}

.main_banner_slider .h5 {
    color: #444;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 35px;
    text-shadow: none;
    letter-spacing: 1px;
    width: 55%;
}