/*
 Sports Plaques Css
*/

.tp-bgimg {
    background-size: contain !important;
}
#left-sidebar .product-categories > li > a {
  background-color: #8b7c5e;
  color: #ffffff;
  display: block;
  padding: 5px 5px 5px 10px;
}
#left-sidebar .product-categories > li > a::after {
  font-family: 'FontAwesome';
  content: "\f0da";
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  margin-right: 5px;
  float: right;
}
div.summary form.cart .each-button-custom-text button {
  background-color: #8b7c5e !important;
}

pre {
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    word-break: keep-all;
}

.add_to_wishlist {
  background-color: #8b7c5e;
  color: #ffffff;
  padding: 5px 15px;
  margin-top: 10px !important;
  display: inline-block;
  border-radius: 0 !important;
}
.add_to_wishlist:hover {
  color: #ffffff;
}

#left-sidebar .cat-item.cat-parent .children{
  display: none;
}

.home #left-sidebar .product-categories > li:first-of-type  > .children {
display: block;
}
#left-sidebar .cat-item.cat-parent.current-cat > .children  {
    display: block;
}

#left-sidebar .cat-item.cat-parent.current-cat-parent > .children {
    display: block;
}

#left-sidebar .product-categories {
  background-color: #dad7d7;
}
#left-sidebar .cat-item.cat-parent .children li {
  padding: 5px 10px;
}
#left-sidebar .cat-item.cat-parent .children li a {
  color: #666;
  display: block;
  padding: 0 5px;
}
#left-sidebar .cat-item.cat-parent .children li a:hover {
  background-color: #8b7c5e;
  color: #fff;
}
.header-my-account, .header-logout {
  display: inline-block;
  margin: 0 20px;
}
.blockUI.blockOverlay {
  position: fixed !important;
  top:0 !important;
  left:0 !important;
  width: 100% !important;
  height: 100%;
}
#left-sidebar .cat-item.cat-parent .children li a:hover:before {
  color: #fff;
}
#left-sidebar .cat-item.cat-parent .children .cat-item {
  border-bottom: 1px solid #ffffff;
}
#left-sidebar .cat-item.cat-parent:hover > .children {
  display: block;
}
#left-sidebar .cat-item.cat-parent .children li a:before {
  font-family: 'FontAwesome';
  content: "\f105";
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  margin-right: 5px;
}
/*
 Sports Awards Css
*/
body {
    -ms-overflow-style: scrollbar;
    color: #666666 !important;
}
.custom-body-scroll {
    overflow: hidden;
}
@-ms-viewport {
  width: device-width;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}
select::-ms-expand {
    display: none;
}
#left-sidebar .product-categories-wg {
  background-color: #dad7d7;
}
#left-sidebar .product-categories-wg > li > a {
  background-color: #7e003f;
  color: #ffffff;
  padding: 5px;
  display: block;
}
#left-sidebar .product-categories-wg > li li a {
  color: #666;
  display: block;
  padding: 0 5px;
}
#left-sidebar .product-categories-wg > li .children {
  margin: 0;
  padding: 5px 10px;
}
#left-sidebar .product-categories-wg > li .children li:hover {
  background-color: #7e003f;
}
#left-sidebar .product-categories-wg > li .children li:hover a {
  color: #ffffff;
}
#left-sidebar .product-categories-wg > li .children .children {
  background-color: #666;
  border: 1px solid #fff;
  box-shadow: none;
  border-radius: 5px;
  padding: 0;
  top: 24px;
  left: 0;
}
#left-sidebar .product-categories-wg > li .children .children li {
  padding: 0;
}
#left-sidebar .product-categories-wg > li .children .children li:last-of-type {
  border-bottom: 0;
}
#left-sidebar .product-categories-wg > li:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
}
#left-sidebar .product-categories-wg > li > a::after {
  font-family: 'FontAwesome';
  content: "\f0da";
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  margin-right: 5px;
  float: right;
}
#left-sidebar .product-categories-wg > li li a::before {
  font-family: 'FontAwesome';
  content: "\f105";
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  margin-right: 5px;
}
#left-sidebar .product-categories-wg > li li:hover a::before {
  color: #ffffff;
}
.product-meta,
#alus_product_categories-2 .widget-title-wrap {
  display: none;
}
div.summary .exclusive_div {
  margin-top: 0;
}
div.summary .product_title {
  font-size: 22px;
}
div.summary .price,
div.summary .product-sku {
  margin-bottom: 5px !important;
}
div.summary .custom_link li {
  text-align: left;
}
div.summary .gift_box_img {
  margin-bottom: 5px;
}
div.summary table {
  margin-bottom: 10px;
}
div.summary table th,
div.summary table td {
  padding: 5px;
}
div.summary table th:first-child,
div.summary table td:first-child {
  padding-left: 0;
}
div.summary form.cart {
  margin-top: 0 !important;
}
div.summary form.cart .each-button-custom-text {
  margin-bottom: 10px;
}
div.summary form.cart .each-button-custom-text:last-of-type {
  margin-bottom: 0;
}
div.summary form.cart .each-button-custom-text .custom-editor-common a {
  padding: 8px 14px;
}
.product-image-summary .add_to_wishlist,
.product-image-summary .yith-wcwl-wishlistaddedbrowse a {
  background-color: #7e003f;
  color: #ffffff;
  padding: 5px 15px;
  margin-top: 10px !important;
  display: inline-block;
  border-radius: 0 !important;
}
.product-image-summary .add_to_wishlist:hover,
.product-image-summary .add_to_wishlist:focus,
.product-image-summary .yith-wcwl-wishlistaddedbrowse a:hover,
.product-image-summary .yith-wcwl-wishlistaddedbrowse a:focus, {
  color: #ffffff;
}

.product-image-summary .single_add_cart_block {
	display: flex;
	justify-content: space-between;
}

.product-image-summary .single_add_cart_block li {
	margin-right: 10px;
	width: 49%;
	font-weight:bold;
	text-align: center;
}

.product-image-summary .single_add_cart_block li:last-of-type {
	margin-right: 0px;
}


.contactInfo .contactMail {
  margin-top: 15px;
}
.contactInfo .contactMail p:first-child {
  margin-bottom: 5px;
}
.contactInfo ul {
  list-style: none;
  margin-top: 15px;
}
.contactInfo ul li {
  margin-bottom: 10px;
}
.woocommerce-page div.product .product-title {
  margin-bottom: 10px;
}
.woocommerce-page div.product .product-title a {
  line-height: 14px;
}
.alus-breadcrumb .breadcrumb-title-inner {
  padding: 20px 0;
}
.breadcrumb-title-inner h1,
.breadcrumb-title-inner .breadcrumbs-content a {
  color: #666666;
}
.woocommerce-cart table.cart input.button {
  background-color: #603 !important;
}
.header-layout1 .header-content .alus-header-search {
  padding: 0 15px 0 50px;
  text-align: left;
}
.header-layout1 .header-content .alus-header-search .advertiseBanner {
  margin-bottom: 0;
}
.header-layout1 .header-content .alus-header-search .advertiseBanner .textwidget {
  padding-left: 0;
}
.navigation-wrapper .main-navigation .menu > li.current-menu-item a {
  color: #999999 !important;
}
form.mc4wp-form {
  margin-top: 0;
}
form.mc4wp-form .mc4wp-form-fields {
  display: block;
}
form.mc4wp-form .mc4wp-form-fields p {
  margin-bottom: 10px;
  max-width: 290px;
}
form.mc4wp-form .mc4wp-form-fields label {
  color: #999999;
}
form.mc4wp-form .mc4wp-form-fields .mail-chimp-signup {
  margin: 15px 0;
}
form.mc4wp-form .mc4wp-form-fields .mail-chimp-signup input {
  float: none;
}
.site-content h3 {
  margin-bottom: 10px;
}
.site-content p {
  font-size: 14px;
}
.quantity_custom input[type=button]:hover,
.quantity_custom input[type=button]:focus {
  color: #000000 !important;
}
.site-footer hr {
  margin-bottom: 20px !important;
}
.site-footer .mc4wp-form .mc4wp-form-fields input {
  padding: 0 15px;
  height: 34px;
}
div.logo.logo-sticky-enable {
    padding-left: 30px; 
    /* width: 170px !important; */
}
.sticky-header{
  max-width: 100% !important;
  z-index: 999999;
}
.sticky-header.is-sticky .current-menu-item a , .sticky-header.is-sticky .main-navigation li:hover {
    background-color: transparent !important;
}
#footer {
    margin-top: 15px !important;
    background-color: #262626;
}
#footer h5 {
    margin-bottom: 15px !important;
}
#footer .wpb_text_column {
  margin: 17px 0 !important;
}
#footer .widget ul li {
    padding: 3px 0 3px 0;
}
#footer .widget ul li a:hover {
    color: #ffffff;
}
#footer .widget-column.footer-bottom {
    background-color: #000;
    padding-top: 10px;
}
#footer .vc_column-inner h6 {
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 900;
    margin: 15px 0;
    color: #ffffff;
    text-transform: uppercase;
}
.site-footer .copyRight {
  padding: 10px 0;
}
.site-footer .copyRight .span1 {
    width: 20%;
    float: left;
    text-align: center;
}
.site-footer .copyRight .span10 {
  width: 60%;
  float: left;
  text-align: center;
}
.site-footer .copyRight a:focus, .site-footer .copyRight a:hover {
  color: #999 !important;
}
.site-footer .copyRight .footer1 {
  text-align: center;
  width: 100%;
  display: inline-block;
  margin-top: 15px;
}
.site-footer .wpb_column {
  width: 25% !important;
}
.tp-bgimg {
  background-size: contain !important;
}
.custom-footer-column.wpb_column {
    width: 100% !important;
}
.custom-footer-column .vc_column-inner {
    padding-top: 0 !important;
}
#footer .custom-footer-column .wpb_text_column {
    margin: 0 !important;
}
#footer .wpb_row {
    margin-bottom: 0!important;
}
.ideaSec-block .status-publish {
    text-align: center;
}
.ideaSec-block .status-publish h3 {
    font-size: 18px;
    font-weight: normal;
    font-family: "Myriad Pro",Arial, Helvetica, sans-serif;
    text-align: center;
    margin: 0px;
    padding: 0px;
    color: #336699;
}
.ideaSec-block .status-publish p {
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    color: #336699;
    margin: 0px;
}
.ideaSec-block .idea-center {
    margin-top: 30px;
}
.ideaSec-block .idea-center ul, .ideaSec-block  ol {
    list-style-type: none;
}
.ideaSec-block  ol li {
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    color: #336699;
}
.ideaSec-block .idea-center ul li {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}
.ideaSec-block .idea-center ul li span {
    color: #336699;
}
.add_to_wishlist {
    position: relative;
}
.add_to_wishlist:before {
    right: -45px;
    left: auto !important;
}
.yith-wcwl-wishlistexistsbrowse.show {
    margin-top: 20px;
}
.yith-wcwl-wishlistexistsbrowse.show a {
    background-color: #7e003f;
    color: #ffffff;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 0 !important;
}
.serviceBg {
    background: url(../images/aboutContentBg.jpg) repeat-x;
    border-radius: 5px;
    padding: 15px 20px 10px;
    margin-top: 20px;
}
.serviceBg h3 {
    font-size: 18px;
    font-weight: normal;
    font-family: "Myriad Pro",Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #000;
}
#review_header {
    width: 100%;
    border-bottom: #cccccc solid 1px !important;
}
#merchant_page .images {
    margin-bottom: 20px !important;
}
#merchant_page .info {
    text-align: center;
    margin-bottom: 10px;
}
#merchant_page .info span {
    font-size: 12px;
    color: #fff;
    background: #336699;
    padding: 10px;
    border-radius: 5px;
}
#merchant_page .paging {
    text-align: center;
    padding: 15px 15px 30px 15px !important;
}
#merchant_page .paging input {
    float: none !important;
}
#merchant_page .paging input:hover {
    color: #000 !important;
}
#merchant_page .paging select {
    height: 28px;
    line-height: 28px;
    border-color: #bbb;
    padding: 4px 25px 4px 10px;
    font-size: 13px;
}
#merchant_page .paging .sa_page {
    width: 21px !important;
}
.wpcf7-form label {
    width: 100%;
}
#order_review .canvas_cross, #order_review .thumb_prev {
    display: none;
}
#order_review .canvas_img {
    max-width: 150px;
}
.special-instruction label {
    font-weight: bold;
}
.special-instruction textarea {
    width: 40%;
    display: block;
}
.product_no {
    text-align: left;
}
.custom_single_add_to_cart {
    float: right;
    margin-top: 15px;
    background-color: #7e003f;
    color: #ffffff;
    padding: 5px 15px;
    margin-top: 10px !important;
    display: inline-block;
    border-radius: 0 !important;
}
.custom_single_add_to_cart:hover {
    background-color: #7e003f;
    color: #ffffff;
}
.site-content .faq a {
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 15px;
}
.faq article h4 {
    font-size: 14px;
    font-weight: normal;
    font-family: "Myriad Pro",Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px 0px 0px;
    border-bottom: solid 1px #8b7c5e;
    color: #8b7c5e;
    margin-top: 20px;
}
.faq article p {
    font-size: 14px;
    text-align: left;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
    margin: 0px;
    padding: 10px 0px 5px;
}
.faq article a {
    color: #8b7c5e;
    font-weight: bold;
}
.shopperapproved_widget {
    height: auto !important;
}
.shopperapproved_widget .sa_review {
    width: auto !important;
    height: auto !important;
    overflow: hidden !important;
}
.shopperapproved_widget .sa_review .sa_info {
    height: auto !important;
    width: auto !important;
}
.shopperapproved_widget .sa_review .sa_comments {
    height: auto !important;
    width: auto !important;
    padding-bottom: 10px !important;
}
.breadcrumb-layout2 .breadcrumb-title-inner {
    display: block;
}
.breadcrumb-layout2 .breadcrumb-title-inner .breadcrumbs , .breadcrumb-layout2 .breadcrumb-title-inner .breadcrumb-title{
    width: 100%;
    display: block;
}
.page .product_title {
    margin-bottom: 20px;
    padding-left: 15px;
}
#left-sidebar .borderZero {
    margin-bottom: 10px;
}
.main-navigation .current-menu-item > a {
    color: #336699 !important;
    background-color: #bebebe;
}
body .navigation-wrapper .main-navigation .menu > li:first-of-type a {
    padding-left: 18px;
}
.navigation-wrapper .main-navigation .menu > li.current-menu-item a {
    color: #336699 !important;
}
.main-navigation ul {
    font-size: 0;
}
.main-navigation li:hover {
    background-color: #bebebe;
}
.main-navigation li:hover a {
    color: #336699 !important;
}
#ship-to-different-address {
    overflow: visible;
    padding-left: 20px;
}
.woocommerce > div.woocommerce-message {
    display: none !important;
}
.jconfirm.jconfirm-white .jconfirm-bg, .jconfirm.jconfirm-light .jconfirm-bg {
    background-color: #000 !important;
    opacity: 0.8 !important;
}
.each-button-custom-text {
    font-size: 12px;
}
.each-button-custom-text .custom_single_add_to_cart_button {
    padding: 11px !important;
    font-size: 12px !important;
}
.widthP {
    width: auto !important;
    display: inline-block !important;
}
.widthP input[type="file"] {
    max-width: 100%;
}
.upload_section {
    display: inline-block;
    vertical-align: middle;
}
.upload_section .add_more .preview {
    padding-left: 15px;
}
.woocommerce-product-gallery__image {
    width: auto !important;
}
div.pp_default .pp_content {
    position: relative;
}
div.pp_default .pp_content_container .pp_details {
    width: auto !important;
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 99999;
}
body div.pp_pic_holder a.pp_close {
    right: 15px !important;
    top: 10px !important;
}
body div.ppt {
    padding-top: 25px !important;
}
.gift_box_img {
    display: inline-block !important;
}
.left-ast {
    text-align: center;
}
.left-ast ul {
    margin-bottom: 5px !important;
}
.left-ast p {
    text-align: left;
    display: inline-block;
    line-height: 18px;
    font-size: 12px;
    margin-right: 8px;
}
.left-ast ul li {
    display: inline-block;
    margin-right: 5px;
}
.left-ast ul li:last-child {
    margin-right: 0;
}
.jconfirm .jconfirm-box {
    padding: 25px 25px 0;
}
.spot1_phot_upload .upload_div_photo_1:first-of-type {
    margin-top: 30px;
}
.madel-slider .slick-slide img {
    margin: 10px auto 0 !important;
}
#left-sidebar .product-categories-wg > li > a {
    font-size: 13px !important;
    padding: 5px 0 5px 8px !important;
}
.alus-product-categories-widget .product-categories-wg li a::after {
    font-size: 15px !important;
}
.alus-product-categories-shortcode .product-category-shortcode:hover .category-image img {
    transform: scale3d(1.1,1.1,1) !important;
    -webkit-transform: scale3d(1.1,1.1,1) !important;
    width: 100%;
    transition: -webkit-transform .3s ease !important;
    -webkit-transition: -webkit-transform .3s ease !important;
    transition: transform .3s ease !important;
    transition: transform .3s ease,-webkit-transform .3s ease !important;
    transition: transform .3s ease,-webkit-transform .3s ease !important;
}
.alus-product-categories-shortcode.columns-4.layout-grid .product-category-shortcode a {
    padding: 10px;
}
.select-category {
    display: none;
}
.header-layout1 .header-content .alus-header-search .alus_search_products {
    border: 1px solid #e5e5e5 !important;
    max-width: 440px;
}
.shop_table_responsive td {
    text-align: left !important;
}
td.product-total, .shop_table tfoot tr td, .cart_totals tbody tr td, .shop_table thead tr th:last-of-type, .shop_table tr td:last-of-type {
    text-align: right !important;
}
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions .button {
    margin-left: 10px !important;
}
.txt-class span {
    margin: 0 5px;
}
.madel-slider {
    margin-top: 10px;
}
/* order-form-print */
.order-form-print {
    border: 1px solid #000000;
    width: 100%;
    float: left;
    padding: 20px 50px;
}
.order-form-print .order-form-header {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.order-form-print .form-logo {
    width: 300px;
    float: left;
}
.order-form-print .form-logo img {
    width: 100%;
}
.order-form-print .about-us {
    float: right;
    text-align: center;
    font-weight: bold;
    color: #603;
}
.order-form-print .print-button {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.order-form-print .print-button input {
    background-color: #7e003f;
    color: #ffffff;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 0;
    border: 0;
}
.order-form-print .office-use-only {
     max-width: 700px;
     width: 100%;
     margin: 0 auto;
     text-align: center;
}
.order-form-print .office-use-only h2 {
     color:#603;
     display: inline-block;
     vertical-align: middle;
     margin: 0 30px;
}
.order-form-print .office-use-only .office-details {
      padding: 20px;
      text-align: left;
      border: solid 1px #603;
      min-width:256px;
      vertical-align: middle;
      display: inline-block;
      margin: 0 30px;
}
.order-form-print .office-use-only h2, .order-form-print .Payment-info h3, .order-form-print .order-summary {
      text-align: center;
      color:#603;
}
.order-form-print .order-tracking {
       color:#ff0000;
       text-align: center;
       margin-bottom: 20px;
}
.order-form-print .Customer-details {
       margin: 40px 0;
}
.order-form-print .Payment-info {
        color:#603;
}
.order-form-print table {
        width: 100%;
        color: #603;
        text-align:center;
        border: 1px solid #603;
}
.order-form-print table th, .order-form-print table td {
        padding:10px;
        border-bottom: 1px solid #603;
        border-right: 1px solid #603;
        text-align: center;
}
.order-form-print table .custom-artwork-first {
         width: 13%;
}
.order-form-print table .custom-artwork-sec {
         width: 50%;
         text-align: left;
}
.order-form-print table .custom-artwork-sec img {
          width: 64px;
}
.order-form-print .no-engrave {
          text-align: center;
          border:1px solid #603;
          color:#603;
}
.order-form-print table .blue-apple {
        background-color: #603;
        color: #ffffff;
}
.order-form-print table th:last-child, .order-form-print table th:last-child {
        border-right: 0;
}
.order-form-print table td img {
        width: 75px;
}
.page-template-cart-print-php #header {
    display: none !important;
}
.order-form-print .order-form-header-sports {
  display: none;
}
.top-bar .container{
    display: block !important;
}
.top-bar-right {
    text-align: right;
}
.header-bottom li {
	list-style: none;
}
.header-bottom .textwidget {
	background-color: transparent;
}
.sidebar-widget {
  color: #ffffff;
  margin-bottom: 0;
}
.umbala_product_sticky.shown {
  visibility: hidden;
}

.woocommerce .cart_totals table.shop_table .shipping{ 
  display: none;
 } 

.woocommerce .checkout-order-review table.shop_table .shipping{
  display: none;
}

.woocommerce .cart_totals table.shop_table .woocommerce-shipping-totals{ 
  display: table-row !important;
 } 

.woocommerce .checkout-order-review table.shop_table .woocommerce-shipping-totals{
  display: table-row !important;
}

.woocommerce .woocommerce-cart-content-inner .coupon .button, .print_checkout+ .button-secondary {
    font-size: 14px !important;
    padding: 13px 20px !important;
}

@media screen and (max-width: 992px) {
    .breadcrumb-layout2 .breadcrumb-title-inner .breadcrumbs, .breadcrumb-layout2 .breadcrumb-title-inner .breadcrumb-title  {
        text-align: center;
    }
    .ideaSec-block .idea-center ul li {
        width: 100%;
        display: block;
        text-align: center;
    }
}
@media screen and (max-width: 1024px) {
    div.logo.logo-sticky-enable {
        width: auto !important;
    }
  .sticky-header .logo-wrap {
    width: auto !important;
    text-align: center;
  }
  .top-bar-left {
     flex: none !important;
  }
  .top-bar-right {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
    .woocommerce div.product div.summary p.cart a, .woocommerce div.product form.cart .button {
        padding: 11px 7px !important;
    }
    .product-image-summary div.images {
        width: 100% !important;
    }
    .widthP {
        margin: 15px 0 10px !important;
    }
    #review_image .sa_logo {
        margin-top: 0 !important;
    }
    #review_image a {
        width: 100%;
        text-align: center;
        display: inline-block;
    }
    #review_image a img {
        display: inline-block !important;
        float: none !important;
    }
    .top-bar .container{
     display: block !important;
     }
    .top-bar-right {
     text-align: center;
     }
    .site-content .faq a , .site-content .faq p {
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }
    .special-instruction textarea {
        width: 100%;
    }
    #merchant_page .paging {
        margin-bottom: 25px;
    }
    #merchant_page .paging select {
    margin-top: 10px;
    }
  .site-footer .copyRight .span1 {
      width: 100%;
  }
  .site-footer .copyRight .span10 {
    width: 100%;
    margin: 20px 0;
    padding: 0 20px;
  }
  .section-title-main span {
    font-size: 18px !important;
    display: block;
    width: 100%;
    margin: 10px 0;
  }
  .alus-section-title b {
    display: block;
  }
  .site-footer .wpb_column {
    width: 100% !important;
  }
  .radio-content-button {
    margin-left: 20px;
    margin-top: 20px;
  }
}
#custom_html-5 {
	margin-bottom:0;
}
#custom_html-5 .custom-html-widget {
	padding:0;
}
@media (min-width: 768px) {
  .woocommerce .products.list .product {
    border: 1px solid #ebebeb;
  }
  .woocommerce .products.list .product:hover {
    border-color: #ebebeb;
  }
  .woocommerce .products.list .product .item-information {
    border: 0;
  }
}
@media (min-width: 1200px) {
  .archive.wrapper-layout-wide .container, .wrapper-layout-boxed .container {
    max-width: 1170px;
    width: 100%;
  }
  .wrapper-layout-boxed #wrapper {
      max-width: 100% !important;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1024px) {
    .woocommerce-page table.cart td.actions .coupon {
        float: none !important;
    }
    .woocommerce input.button-secondary {
        display: block;
        margin-top: 10px !important;
    }
}
.print_checkout input {
    margin: 0 0 0 0px !important;
    display: inline-block;
    vertical-align: middle;
    width: 100% !important;
    float: inherit;
    background-color: #336699 !important;
    color: #fff;
}
  }
/* Blog css */
.apple-blog-article {
  margin-bottom: 30px;
}

.apple-blog-article:last-child {
  margin-bottom: 0;
}

.date-comment {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ddd;
  margin-bottom: 15px;
}

.blog-image {
  display: block !important;
}

.entry-content {
  text-align: left;
  background-color: #fff;
  z-index: 1;
  border: 1px solid #ebebeb;
  position: relative;
  padding: 20px;
}

/* pagination */

.blog-pagination {
  float: left;
  width: 100%;
  justify-content: center;
  display: flex;
}

.blog-pagination .pagination .page-numbers.current {
    background-color: #336699;
    color: #fff;
}

.blog-pagination .pagination .page-numbers:hover {
  background-color: #336699;
  color: #fff;
}
.modal.past-order-modal {
  max-width: 1000px;
}
.jquery-modal {
  z-index: 9999999;
}
.past-order-modal .order-item .order-table td,
.past-order-modal .order-item .order-table th {
  border: 1px solid #000;
}
.past-order-modal .order-item th:first-child, 
.past-order-modal .order-item td:first-child {
  padding-left: 10px;
}
.update_order_button {
  float: right;
  background-color: #7e003f;
  color: #ffffff;
  padding: 5px 15px;
  margin-top: 10px !important;
  display: inline-block;
  border-radius: 0 !important;
}

.image-description-btn{
  padding: 8px 20px;
  border-radius: 0;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  float: none;
  letter-spacing: 0.5px;
  background-color: #444;
  font-weight: 700;
}

.image-description-btn:hover{
  background-color: #369;
  color: #ffffff;
} 
body.woocommerce-checkout .product-name {
    display: flex !important;
    align-items: center;
}
