@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&family=Dancing+Script&family=Knewave&family=Niconne&family=Zen+Dots&display=swap');
:root {
  --primary: #b38867;
}
h1, h2, h3, h4, h5
{
    margin-top: 0;
}
body.loading:before
{
    display: block;
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: rgb(255 255 255 / 50%);
    background-image: url('./images/loading.gif');
    background-repeat: no-repeat ;
    background-position: center;
}
header.stuck
{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px #ccc3;
}
.text-primary{
    color: var(--primary);
}
.d-flex {
    display: flex;
    flex-flow: row wrap;
}
.size-discounts .d-flex{
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    margin: 3px 0;
}
.mt-15
{
    margin-top: 15px;
}
.mb-15
{
    margin-bottom: 15px;
}
.mb-30
{
    margin-bottom: 30px;
}
.p-0
{
    padding: 0;
}
.mb-0
{
    margin-bottom: 0;
}
.pd-0
{
    padding: 0;
}
.align-items-center
{
    align-items: center;
}
.justify-content-between
{
    justify-content: space-between;
}
.justify-content-center
{
    justify-content: center;
}
#cart > .btn > span
{
    width: 18px;
    height: 18px;
}
.product-thumb h4 {
    font-weight: 600;
    font-size: 18px;
    min-height: 40px;
}
#header ul.megamenu > li > a
{
    padding: 10px 18px;
}
.product-detail .container {
    width: 1170px; 
}
.product-info
{
    padding-left: 40px;
}
.product-info .single-title
{
    margin-top: 0;
}
.module.get-in-touch
{
    background: url('./images/bg-get-in-touch.jpg') no-repeat center;
    background-size: cover;
}
.footer-top > .container
{
    min-width: 90vw;
}
.btn 
{
    transition: .3s;
}
.btn-plain {
    background-color: transparent;
    border: 1px solid transparent;
    color: #494949;
    margin: 0;
}
.btn-outline-primary
{
    border-color: #b38867;
}
.btn-outline-primary:hover
{
    background: #b38867;
    color: #fff;
}
.btn-primary:focus
{
    background: #fff !important;
    color: #b38867 !important;
    border-color: #b38867 !important;
    outline: none !important;
}
.print-tool #header
{
    border-bottom: 1px solid  #e7e7e7;
    padding: 5px 0;
}
.print-tool #header > .container
{
    width: 90%;
}
.print-tool #logo img
{
    max-height: 40px;
}
.print-tool #header .header-right
{
    padding-top: 0;
}
.print-tool #header .currencies .btn
{
    padding-bottom: 0 !important;
}
.print-tool #header ul.megamenu > li > a , .print-tool #header ul.list-inline li a, .print-tool #header .btn
{
    /*padding-top: 0 !important;
    padding-bottom: 0 !important;*/
    height: auto !important;
}
.print-tool #header .header-right
{
    align-items: center;
}
.print-tool #header i
{
    font-size: 18px !important;
}
.print-tool #cart
{
    margin-bottom: 0;
}
.print-tool #cart ul.dropdown-menu
{
    max-height: calc(100vh - 60px);
    overflow: auto;
    z-index: 99999;
}
#cart > .btn > span
{
    right: -5px;
    top: 15px;
}
.print-tool #header .header-links .btn
{
    top: -2px;
}
.row-flex
{
    display: flex;
    flex-flow: wrap;
}
.print-tool .btn
{
    border-radius: 4px;
    font-size: 16px;
    padding: 6px 12px;
}
.print-tool .btn.btn-sm
{
    padding: 4px 8px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.print-tool .btn.btn-sm i
{
    font-size: 10px;
}
.print-tool .btn i
{
    font-size: 16px;
}
.row.row-collapse {
    margin-left: 0;
    margin-right: 0;
}
.row.row-collapse > [class*="col-"] {
    padding: 0;
}
.tool-heading-title {
    background-color: #f0f0f0;
    color: #494949;
    border: none;
    white-space: normal;
    padding: 6px 12px;
    display: flex;
    align-items: center;
    min-height: 48px;
}
.tool-heading-title img, .tool-heading-title i
{
    margin-right: 5px;
}
.btn input
{
    margin: 0;
    margin-right: 5px;
    position: relative;
    top: 1px;
}
.border-right
{
    border-right: 1px solid #ddd;
}
.border-left
{
    border-left: 1px solid #ddd;
}
#workspace {
    min-height: calc(100vh - 56px);
    display: flex;
}
.zoom-action i
{
    margin-right: 0;
}
.photo-preview-list .button-groups {
    position: absolute;
    bottom: 5px;
    right: 10px;
    display: none;
    z-index: 999;
}
.photo-preview-list:hover .button-groups {
    display: block;
}
.photo-list
{
    padding: 10px;
}
.scroller
{
    height: calc(100vh - 104px);
    overflow-anchor: none;
    overflow-y: auto;
    display: block;
}
.photos-item
{
    padding: 5px;
    border:1px solid transparent;
    margin-bottom: 2px;
}
.photos-item:hover
{
    border-color: var(--primary);
}
.photos-panel
{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    flex-flow: row wrap;
    padding: 40px 15px;
    min-height: calc(100vh - 212px);
    /*background: #f2f2f2;*/
    /*height: 100%;*/
    margin:15px 0;
    height: calc(100vh - 106px);
    overflow: auto;
    margin: 0;
    padding-bottom: 100px;
}
.photo-list
{
    height: calc(100vh - 104px);
    overflow: auto;
}
.photo-preview-item
{
    margin: 10px;
    position: relative;
    box-shadow: none;
    background-color: transparent;
    border: 3px solid #ccc;
    width: 200px !important;
    padding: 5px;
    background: #fff;
    box-shadow:  0 0 10px #ccc;
}
.photo-preview-item .image
{
    display: flex;
    width: 185px;
    height: 185px;
    line-height: 200px;
    text-align: center;
    background: #f2f2f2;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.photo-preview-item .image img
{
    object-fit: contain;
    margin: 0 auto;
}
.corner-check {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    display: none;
    z-index: 1;
}
.corner-check .corner {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 32px 32px 0;
    border-color: transparent var(--primary) transparent transparent;
}
.corner-check .check {
    color: #FFFFFF;
    font-size: 15px;
    z-index: 10;
    text-align: right;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
}
.corner-check .check i
{
    position: relative;
    right: 2px;
}
.photo-preview-item.active
{
    border-color: var(--primary);
    box-shadow: 0 0 10px var(--primary);
}
.photo-preview-item.active .corner-check {
    display: block;
}
.photo-preview-item .caption
{
    position: relative;
}
.photo-preview-item .caption .icon_action {
    background: #FF7300;
    border-radius: 100%;
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: absolute;
    top: -2px;
    right: 2px;
    font-size: 10px;
    display: none;
    cursor: pointer;
    font-size: 12px;
}
.photo-preview-item.active .caption .icon_action
{
    display: flex;
}
.products-panel {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    height: calc(100%);
}
.products-panel div.products {
    padding: 5px;
    overflow: hidden;
    overflow-y: auto;
    flex-grow: 1;
    height: 100%;
}
.products-panel div.products > ul
{
    padding-left: 0;
}
.products-panel div.products > ul li {
    padding: 5px 10px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    list-style: none;
}
.products-panel div.products > ul li:before, .products-panel div.products > ul li:after {
    display: table;
    content: " ";
}
.products-panel div.products > ul li .name {
    font-weight: bold;
}
.products-panel div.products > ul li .name .badge {
    margin-left: 5px;
    padding: 2px;
    min-width: 18px;
}
.products-panel div.products > ul li .description {
    font-size: 85%;
    min-height: 21px;
}
.products-panel div.products > ul li .buttons {
    position: absolute;
    top: 6px;
    right: 5px;
    white-space: nowrap;
    margin: 0;
}
.products-panel div.products > ul li .buttons .quantity-buttons .btn {
    outline: none !important;
    padding: 5px;
    color: #FF7300;
    font-size: 24px;
    border:none;
    background: none;
}
.products-panel div.products > ul li .buttons .quantity-buttons .btn i
{
    font-size: 24px;
}
.products-panel div.products > ul li .buttons .quantity-buttons .btn {
    outline: none !important;
    padding: 5px;
    color: #FF7300;
    font-size: 24px;
}
.products-panel div.products > ul li .price {
    position: absolute;
    top: 15px;
    right: 15px;
}
.products-panel.active div.products > ul li .price {
    display: none;
}
.products-panel.active div.products > ul li .buttons
{
    display: block !important;
}
.products-panel.active div.products > ul li .product-price
{
    display: block !important;
}
.products-panel.active div.products > ul li .product-size
{
    display: none !important;
}
.products-panel .checkout-button {
    padding: 10px;
    flex-grow: 0;
}
.subtotal-container
{
    margin-top: 10px;
}
.product-tags {
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    padding: 1px;
    font-size: 12px;
}
.product-tags ul {
    padding: 0;
}
.product-tags ul li {
    display: block;
    margin: 0 0 1px 0;
    padding: 5px;
    background: rgba(23, 178, 67, 0.8);
    color: #fff;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}
.product-tags ul li .name {
    display: inline-block;
    float: left;
    margin-right: 16px;
}
.product-tags ul li .details {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.product-tags ul li .details .quantity {
    float: right;
    background: #17B243;
    color: #fff;
    padding: 5px;
}
.resolution-warning {
    float: right;
    padding: 5px;
}
.bottom-tools
{
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    background: #f0f0f0;
    padding: 0px 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none;
    min-height: 64px;
    z-index: 1001;
    /*box-shadow: 0 0 10px #ccc;*/
    /*position: relative;*/
}
.bottom-tools.active
{
    display: flex;
}
.close-tools
{
    position: absolute;
    right: 0;
    top: 0px;
}
.close-tool
{
    position: absolute;
    right: 0;
    top: 0;
}
.text-tools
{
    flex-basis: 100%;
    justify-content: center;
    align-items: center;
}
.text-tools nav
{
    margin-bottom: 0;
}
.filter-item
{
    padding: 0 5px;
    margin-bottom: 0;
    text-align: center;
}
.filter-item img
{
    height: 40px;
    width: auto;
}
.filter-item .title
{
    font-weight: bold;
    font-size: 12px;
    margin-top: 5px;
}
.FilterSetting {
    padding: 0 10px;
    min-width: 200px;
}
.canvas-container
{
    display: none;
}
.range
{
    margin-top: 10px;
    margin-bottom: 10px;
}
.image-wrapper
{
    position: relative;
}
.image-wrapper .resolution-warning 
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.image-wrapper .resolution-warning i
{
    font-size: 24px;
}
.image-wrapper {
    display: flex;
    width: 250px;
    height: 250px;
    line-height: 200px;
    text-align: center;
    background: #f2f2f2;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.photo-crop .image-wrapper
{
    overflow: inherit;
}
.cropper-modal {
    background-color: #fff !important;
    opacity: 0.75 !important;
}
.zoom-action i {
    /*margin-left: 10px;*/
    font-size: 18px;
    cursor: pointer;
}
/*Checkout*/
.login-panel-bg .login-section {
    max-width: 700px;
    border-radius: 10px;
}
.login-panel-bg .login-section
{
    max-width: 650px;
    margin-top: 0;
}
.tabbable .nav-tabs >li
{
    flex: 1;
    text-align: center;
}
.tabbable .nav-tabs >li >a
{
    display: block;
    width: 100%;
    padding: 10px 0;
    text-decoration: none;
}
/*.tabbable .nav-tabs >li >a.active
{
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}*/
.bs-wizard
{
    margin: 30px 0;
}
.bs-wizard >.bs-wizard-step >.bs-wizard-dot::after
{
    top: 3px;
    left: 4px;
}
.form-control
{
    height: auto;
    font-size: 100% !important;
}
.footer-separator
{
    border-top: none;
}
.checkbox.is_checkbox input[type=checkbox].input-checkbox {
    top: 3px;
    margin-right: 10px;
}
.inlineaddress
{
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    border-radius: 10px;
    padding: 25px;
}
.panel_heading {
    padding: 10px 0;
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
    font-weight: bold;
}
.panel_content
{
    /*border: 1px solid #dee2e6;
    padding: 10px;*/
}
.panel_content td
{
    border:none ;
    padding: .75rem 0;
}
.panel_content td label
{
    margin-bottom: 0;
}
.container_panel
{
    box-shadow: none;
    border-radius: 0;
}
.inlineaddress h3.address_title {
    font-size: 24px;
    margin-bottom: 15px;
}
#panel-body
{
    /*border: 1px dashed #ddd;
    padding: 15px;*/
}
.mybutton {
    height: auto;
}
.btn.btn-success, .btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success-alternate:hover, .btn.btn-success-alternate:focus
{
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.paddingb .mybutton {
    height:auto; 
    padding: .375rem .75rem;
}
#xcart .media-left img {
    max-width: 60px;
    border: 0;
    border-radius: 0;
}
#xcart .media-left
{
    margin-right: 10px;
}
.cropper-modal {
    background-color: #fff !important;
    opacity: 0.75 !important;
}
.login-panel-bg .separator
{
    margin-top: 20px;
}
.is_checkbox input
{
    top: -1px !important;
}
.is_checkbox label
{
    padding-left: 0 !important;
}
.checkout #content
{
    margin-bottom: 40px;
}
.amount-group
{
    display: flex;
}
.amount-group .input-group-style
{
    flex: 1;
}
.custom-checkbox
{
    cursor: pointer;
    box-sizing: border-box;
    padding: 8px 16px;
    margin: 0 !important;
    margin-right: 15px !important;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #ccc;
    background: #fff;
    position: relative;
    justify-content: center;
    min-width: 80px;
}
.custom-checkbox.active
{
    background:var(--primary);
    color: #fff;
}
.custom-checkbox input
{
    display:none;
}
.input-group-style .input-group-addon
{
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-right:0;
    height:41px;
}
.input-group-style input
{
    height:41px !important;
}
.input-group-addon
{
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}
.input-group-addon > button
{
    border-radius: 0 !important;
    margin-left: -1px;
    height: 38px;
}
.pull-rights
{
    float: right;
}
.is_shadow .image-container
{
    box-shadow: 0 0 10px #ccc;
}
#image-container, .image-container {
    display: block;
    height: 300px;
    width: 300px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    cursor: move;
    position: absolute;
    /*border: 1px solid transparent;*/
}
.image-container.active
{
    /*border: 1px solid #f00;*/
}
.focus_product_config .image-container.active:before
{
    /*display: none;*/
}
.image-container.active:before
{
    -webkit-box-shadow: inset 0 0 2px #ff0000;
    box-shadow: inset 0 0 0px 2px #ff0000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 9999;
    pointer-events: none;
}
.image-container .img-inner
{
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-top-width: 5px;
    border-bottom-width: 10px;
    border-left-width: 5px;
    border-right-width: 5px;
    border-style: solid;
}
.image-container_2
{
    width: 200px;
}
#drag-image, .drag-image {
    left: 0;
    /*pointer-events: none;*/
    position: relative;
    top: 0;
    -moz-user-select: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: inherit;
}
.is_fit.image-container
{
}
.is_fit.image-container .img-inner
{
    /*vertical-align: middle;
    display: table-cell;*/
    display: flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}
.is_fit .drag-image.fit-landscape
{
    top: 0!important;
    left: 0%!important;
    height: 100% !important;
    width: auto !important;
}
.drag-image.fit-landscape
{
    width: 100% !important;
    height: auto !important;
}
.is_fit .drag-image.fit-portrait
{
    top: 0%!important;
    left: 0%!important;
    width: 100% !important;
    height: auto !important;
}
.drag-image.fit-portrait
{
    width: auto !important;
    height: 100% !important; 
}
.photos-panel
{
    /*padding: 0 15px!important;*/
}
.addtext
{
    max-width: 100%;
    width: 300px;
    height: 100px;
    /*background: #fff;*/
    position: absolute;
    z-index: 1000;
    top: 50px;
    left: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border:4px solid transparent;
    box-sizing: content-box;
    cursor: all-scroll;
    line-height: 1.5;
}
.addtext[data-action="false"]
{
    pointer-events: none;
}
.addtext.active
{
    border-color: #ffc300
}
.addtext > div.ui-resizable-handle
{
    display: none !important;
}
.addtext.active[data-action="true"] > div.ui-resizable-handle
{
    display: block !important;
}
.addtext textarea
{
    /*height: 32px;*/
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    margin: 0px;
    width: 188px;
    resize: none;
    overflow: hidden;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
}
.addtext > div{
    height:10px;
    width:10px;
    background-color:#000;
    position:absolute;
    display: none;
}
.addtext.active > div{
    display: block;
}
.addtext .nw{
    top: -7px;
    left: -7px; 
    cursor:nw-resize
}
.addtext .n{
    top: -7px;
    left:50%;
    margin-left: -5px; 
    cursor:n-resize
}
.addtext .ne{
    top: -7px;
    right: -7px;
    cursor:ne-resize
}
.addtext .w{
    top:50%;
    left: -7px;
    cursor:w-resize;
    margin-top: -6px;
}
.addtext .e{
    top:50%;
    right: -7px;
    cursor:e-resize;
    margin-top: -6px;
}
.addtext .sw{
    bottom: -7px;
    left: -7px;
    cursor:sw-resize
}
.addtext .s{
    bottom: -7px;
    left:50%;
    cursor:s-resize
}
.addtext .se{
    bottom: -7px;
    right: -7px;
    cursor:se-resize
}
.addtext > div.content_edit 
{
    width: auto;
    height: auto;
    padding: 2px;
    background: none;
    cursor: auto;
    display: block;
    max-height: 100%;
/*    overflow: hidden;*/
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled
{
    opacity: 1 !important;
}
.page_html
{
    position: relative;
    background: #fff;
    box-sizing: content-box;
   /* -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
    position: relative;
    /*zoom: 0.8;*/
    /*transform: scale(.6);*/
}
.page_wrapper
{
    display: flex;
    flex-flow: wrap row;
    justify-content: center;
    align-items: center;
}
.page_wrapper_inner
{
    width: auto;
    display: inline-block;
    /*border:2px solid #575757;*/
    margin: 5px;
    box-sizing: content-box;
}
.page_html 
{
    box-shadow: 0 0 10px #ccc;
    overflow: hidden;
}
.is_canvas .mask_canvas:before
{
    content: "";
    width: calc(100% - 152px);
    height: calc(100% - 152px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    z-index: 2;
    border: 2px dashed #f00;
}
.is_canvas .mask_canvas:after
{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    z-index: 2;
    box-shadow:inset 0px 0px 0px 76px var(--shadown-color);
}
.print_info {
    padding: 10px;
    background: #575757;
    color: #fff;
    text-align: center;
}
.page_info
{
    text-align: center;
    padding: 5px;
    font-size: 13px;
}
.mask  {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}
.mask.active
{
    display: block;
}
.mask_canvas
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    width: 100%;
    height: 100%;
}
.mask_canvas img
{
    width: 100%;
}
.img-previewed {
    max-width: 100%;
    /* width: 400px; */
    max-height: 200px;
    object-fit: cover;
    box-shadow: 0 0 20px #ccc;
}
.d-none
{
    display: none;
}
.frame_wrapper {
    padding: 15px;
}
.frame_item {
    cursor: pointer;
    border: 2px solid transparent;
    margin-bottom: 10px;
}
.frame_item.active {
    border-color: #FF7300;
}
.dropdown-menu>li>a {
    display: block;
    padding: 8px 20px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
.dropdown-menu>li>a:hover
{
    background: none !important;
    color: var(--primary) !important;
}
.print-tool #header .dropdown-menu>li>a
{
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
.currency_flag
{
    position: relative;
    top: -2px;
    margin-right: 5px;
}
.photo-crop {
    padding: 10px;
}
.footer-about .module_html
{
    text-align: justify;
}
.cropper-rotator {
    position: absolute;
    left: -16px;
    bottom: -16px;
    cursor: pointer;
    height: 32px;
    width: 32px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAABIFBMVEUAAAAA/h8A+x8A9SEA/h8A/SAA/iEA/x8A9h8A+iAA/SEA+CAA/wAA/yAA/SAA/hcA+h8A/iAA/iEA+yIA/SEA+iAA/h8A/iAA/iIA/iAA8iQA/iAA/x8A/h4A/CEA/iEA/iEA/iQA/yoA/SAA/SAA9x4A9SQA/B8A/wAA/CEA/CAA/B8A/yAA/iAA8BwA/SAA/SAA/CEA+iAA/CAA/z8A/SEA/SAA+yEA/B8A/hwA9iEA/iAA/iAA/iAA/SEA/wAA+R8A/CAA/iIA/iEA/SAA/iAA/iAA/iAA8SIA/iEA/SEA/SAA/B8A/SEA/SAA/iMA/iEA/R8A/iAA/SEA/iEA/iAA/SAA/x8A/iIA/SAA/iAA/iEA/iAA/CAA/yEA/iFjZOrYAAAAXnRSTlMAcFI2UbP+EHpu5ScB8PoLOeO/Upo+OPMlNxVGMBlsca8VBvO8Ihx5BHNdcMyuEp2NeTd+BNj8S3ESPdPF3O4DgrQW/MkfvD4locDRWbeWHVuY8dXXxLJ4Q676kUdm6vl6+wAAAQhJREFUeF6F0OdSwkAUhuETlI1igqgRpAnS7L333nvvn/d/F+bMEGdDOOv793tmdudQtGyDjKXdwj870iaQdYGVqbV1EWxkwLnjY5IYzGDSqwK1EVkUKDersCmLus8mkrhYIlNXCqNhkIppFYnuUc2FQBxanUQzO1hsAa9Ws2kGNIflFmAH1vJBrOThZ760IIKhPvj194qARbD3rLYBLII9kRxoB+g42AEWUUB/OwsRWOUtYLt8vhvHXlezfR0QHRziyIlcUu8EOCU669CyQyAPXFbIkHMN3DgmcZsAvArRXbckUg/AY96xlCz4Gk/PkEXxRYFTwyT19v5hApz9yU+Y4k8a+/qODr8FBzp05VuE5gAAAABJRU5ErkJggg==);
}
.select-style
{
    height: 100px;
    border: solid 1px #CCCCCC;
    overflow: auto;
    width: 200px;
    text-align: center;
    font-size: 18px;
    margin-bottom: 0;
    background: #fff;
}
.select-style li
{
    padding: 2px 0;
    cursor: pointer;
}
.select-style li.active
{
    background-color: #575757;
    color: #fff;
}
.font-align ul
{
    padding: 0 15px;
}
.font-align ul li
{
    font-size: 16px;
    padding: 2px 0;
    cursor: pointer;
}
.font-align ul li.active
{
    background-color: #575757;
    color: #fff;
}
.zoom-slider
{
    margin-top: 20px;
    margin-bottom: 10px;
}
.zoom-slider.ui-slider-horizontal .ui-slider-handle
{
    margin-left: 0;
}
[disabled]
{
    pointer-events: none !important;
}
.owl-nav button
{
    width: 40px;
    height: 40px;
    background: #efefef !important; 
    border-radius: 100% !important;
    border:1px solid #ccc !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translate(0, -50%);
    box-shadow: 0 0 10px #ccc;
}
.owl-nav button:hover
{
    color: #fff !important;
    background: var(--primary) !important;
}
.owl-nav button.owl-next
{
    left: inherit;
    right: 10px;
}
.owl-nav button i
{
    font-size: 18px;
    display: block !important;
}
.product-info .price
{
    color: var(--primary);
    margin: 15px 0;
    font-weight: 600;
    font-size: 20px;
}
.product-tab
{
    margin-top: 50px;
    margin-bottom: 50px;
}
.desc .nav-tabs li
{
    margin-right: 50px;
}
.mt-0
{
    margin-top: 0 !important;
}
.mt-5
{
    margin-top:2.5em;
}
.mb-5
{
    margin-bottom:2.5em;
}
.pt-0
{
    padding-top: 0 !important;
}
.desc .nav-tabs
{
    border-bottom: 1px solid #e6e6e6;
}
.content-section
{
    /*max-width: 1000px; */
    /*margin: 0 auto;*/
}
.content-section .heading-title
{
    margin-top: 60px;
    margin-bottom: 30px;
}
.five-stars
{
    width: 90px;
    padding: 64px 0 16px;
    margin: 0 auto;
    display: block;
}
[class*="col-"] {
    max-width: 100%;
}
#tab-description [class*="col-"]
{
    margin-bottom: 30px;
} 
.gallery img
{
    /*margin-bottom: 30px;*/
    transition: .3s;
}
..banner-cover img
{
    transition: .3s;
}
.banner-cover
{
    overflow: hidden;
    margin-bottom: 30px;
}
.banner-cover img:hover
{
    transform: scale(1.1);
}
#tab-inspiration
{
    padding-top: 50px;
}
.w-100
{
    width: 100%;
}
#toggle_mask.active i:before {
    content: "\f205";
}
.shadow-inset
{
    /*box-shadow: inset 0 0 10px #000000;*/
}
.shadow-inset:before
{
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";    
    z-index: 1;
}
.action-group
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.action-group .form-control
{
    max-width: 150px;
}
.relative
{
    position: relative;
}
.text-divide
{
    margin-bottom: 20px;
    margin-top: 20px;
}
.text-divide span {
    width: auto;
    display: inline-block;
    background: #ffffff;
    padding: 0px 20px;
    z-index: 1;
    position: relative;
}
.text-divide:before {
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    height: 1px;
    background: #d8dcdc;
    content: "";
}
.btn-facebook
{
    background-color: #3f5aa9;
    color: #fff;
}
.btn-facebook i, .btn-google i 
{
    margin-right: 5px;
}
.btn-google
{
    background-color: #da3c2a;
    color: #fff;
}
.list-flex
{
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: space-evenly;
    list-style: none;
    margin-bottom: 60px;
    flex-flow: row wrap;
}
.list-flex a
{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 22px;
}
#product-all h3
{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 34px;
}
#product-all h4
{
    font-weight: bold;
    text-transform: capitalize;
    font-size: 22px;
    font-style: italic;
    margin-bottom: 20px;
}
#product-all h5
{
    font-weight: bold;
    font-size: 16px;
    text-transform: capitalize;
    margin:15px 0;
}
#product-all .is_bg
{
    background: #cdcdc0;
}
#product-all .sub_wrap
{
    padding: 30px 0;
}
.focus_product_config .image-container.active
{
    /*border:none ;*/
}
.focus_product_config .page_wrapper_inner.active .page_html
{
    border-color: #575757 !important;
}
.preview_image 
{
    margin: 15px;
}
.preview_image .badge
{
   position: absolute;
   top: 0;
   right: 0;
   background: #c0392b;
}
.quantity
{
    /*float: left;*/
    /*margin-right: 30px;*/
}
.quantity .action
{
    background: #e1e1e1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    text-align: center;
    color: #333;
    height: 38px;
}
.quantity input
{
    width: 50px !important;
    text-align: center;
    width: 100% !important;
}
#product .quantity {
    margin-bottom: 30px;
}
.module_page_header > .container
{
    width: 100%;
    padding: 0;
}
.module_page_header .page-header
{
    margin: 0 !important;
}
.module_page_header .page-header .hero-image
{
}
.module_page_header .page-header img
{
    max-height: calc(100vh - 100px);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.module_page_header .page-header .hero-text
{
    max-width: 500px;
    padding: 35px;
    background-color: rgba(255, 255, 255, 0.7);
    text-align: center;
    /*text-transform: uppercase;*/
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(0, -50%);
}
.module-post-by-cate
{
    padding: 30px 0;
}
.module-title
{
    text-align: center;
    font-weight: bold;
    font-size: 34px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.item-short-content
{
    /*display: none;*/
    padding: 50px;
    text-align: center;
    width: 100%;
    left: 0%;
    opacity: 0;
    position: absolute;
    top: 30%;
    padding: 10%;
    transition: .3s;
    color: #fff;
    z-index: 2
}
.item-short-content .btn
{
    border-radius: 5px;
    background-color: #fff;
}
.item:hover .item-short-content
{
    opacity: 1;
}
.item-image 
{
    position: relative;
    transition: .3s;
}
.item-image:before
{
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 30%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    content:"";
    display: block;
    opacity: 0;
    transition: .3s;
}
.item:hover .item-image:before
{
    opacity: 1;
}
.item-content h5
{
    font-weight: normal;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 1.4;
    padding: 10px 20px;
}
.module-product-featured .module-title
{
    display: none;
}
.module-product-featured .module-title
{
    display: block;
}
.module-product-featured
{
    padding: 50px 0;
    background: #cdcdc0;
}
.module-product-featured .caption
{
    text-align: center;
    padding: 10px 20px;
}
.module-product-featured .caption h4
{
    margin: 0;
}
.module-product-featured .feautured-products .price
{
    display: none;
}
.image-cover .image {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.image-cover .image img {
    height: 100%;
    object-fit: cover;
}
.image-cover:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.horizontal ul.megamenu > li
{
    position: relative;
}
.horizontal ul.megamenu > li > .sub-menu
{
    min-width: 200px;
    left: 0;
}
.horizontal ul.megamenu > li > .sub-menu ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}
.horizontal ul.megamenu > li > .sub-menu ul li
{
    padding: 10px 0;
    border-bottom: solid #ddd 1px;
}
.horizontal ul.megamenu > li > .sub-menu ul li:first-child
{
    padding-top: 0;
}
.horizontal ul.megamenu > li > .sub-menu ul li:last-child
{
    padding-bottom: 0;
    border-bottom: none;
}
.table-cart img
{
}
.table-cart .img-thumbnail
{
    max-height: 120px;
}
.cart-item-name
{
    font-size: 15px;
    color: rgba(73, 73, 73, 0.5);
}
.cart-item-name a
{
    display: block;
    color: var(--primary);
    font-weight: bold;
    font-size: 18px;
}
.col-cart
{
    padding-right: 50px;
}
.qty-box
{
    margin-top: 10px;
}
.text_mobile.active
{
    display: block;
}
.text_mobile
{
    position: absolute;
    left: 0;
    top: 48px;
    width: 100%;
    background: #fff;
    height: calc(100vh - 165px);
    padding: 10px;
    z-index: 999;
    display: none;
}
.text_mobile_value textarea
{
    width: 100%;
    min-height: 150px;
}
.page_inner
{
    background-size: cover !important;
    height: 100%;
}
.print-tool .photo-preview-item .caption label
{
    font-size: 12px;
    margin-bottom: 0;
}
.print-tool .photo-preview-item .caption input
{
    height: 30px;
    border-radius: 2px;
}
.print-tool .photo-preview-item .caption [class*='col']
{
    padding: 0 3px;
}
.print-tool .photo-preview-item .quantity-input
{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.print-tool .photo-preview-item .quantity-input input
{
    margin-left: 5px;
}
#getStarted .dropzone
{
    border:2px dashed #000;
    border-radius: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}
/*h2
{
    margin: 0;
    font-size: 24px;
    margin-bottom: 15px;
}*/
.backList
{
    position: absolute;
    padding: 10px;
    display: none;
}
.swal2-popup
{
    font-size: 16px !important;
}
.sohomepage-slider 
{
    height: calc(100vh - 99px);
}
.sohomepage-slider div, .sohomepage-slider .box-image a
{
    height: 100%;
}
.sohomepage-slider .box-image img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.sohomepage-slider .sohomeslider-description {
    max-width: 500px;
    padding: 35px;
    background-color: rgba(255, 255, 255, 0.7);
    text-align: left;
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(0, -50%);
    height: auto;
    font-size: 18px;
    color: #333;
}
.sohomepage-slider .sohomeslider-description h2
{
    font-size: 30px;
    color: var(--primary);
    text-transform: none;
}
.sohomepage-slider .sohomeslider-description .btn
{
    width: auto;
    display: inline-block;
    padding: 10px 28px;
}
.photo-name
{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
.tooltip-arrow
{
    border-left-color: #ccc !important;
}
.tooltip-inner {
    min-width: 150px;
    padding: 3px 8px;
    color: #000;
    text-align: center;
    background-color: #fff;
    border-radius: 4px;
    padding: 0;
    border: 1px solid #ccc;
}
.tooltip-heading
{
    display: flex;
    justify-content: space-between;
    padding: 5px 8px;
    background: #ccc;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
}
.tooltip-content
{
    padding: 10px 5px;
    text-align: left;
}
.tooltip-content hr
{
    margin:5px 0;
}
.size_item.active .rule_1_qty
{
    visibility: visible;
    opacity: 1;
}
.rule_1_qty
{
    width: 120px !important;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 30px;
    top: 10px;
    transition: .3s;
}
.d-block
{
    display: block;
}
.cropper-point, .cropper-line
{
    background-color: #5ebc5e !important;
}
.cropper-view-box
{
    outline: 1px solid #5fbe5f !important;
    outline-color: rgb(95 190 95) !important;
}
.empty-collection
{
    text-align: center;
    width: 100%;
}
#cart .dropdown-menu
{
    max-height: 80vh;
    overflow: auto;
}
.text-warning {
    color: #ffc107!important;
}
.text-danger
{
    color: #f00!important;
}
#page_inner
{
    background: #fff;
}
.so-page-builder .container
{
    padding-left: 15px;
    padding-right: 15px;
}
.so-page-builder section > .container
{
    padding-left: 0;
    padding-right: 0;
}
.cursor
{
    cursor: pointer;
}
.collapsed i.fa:before {
    content: "\f055";
}
.row-logo
{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.row-logo .col-lg-3
{
    flex-basis: 25%;
    max-width: 25%;
}
section
{
    padding: 30px 0;
}
.title-widget
{
    margin-bottom: 30px;
}
.input_rule_3
{
    max-width: 200px;
}
.page_wrapper .resolution-warning
{
    float: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}
.page_wrapper .resolution-warning .fa
{
    font-size: 24px;
}
.modal-header .close
{
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: .6;
}
.mt-15
{
    margin-top: 15px;
}
.container.page-builder-ltr
{
    padding-left: 0;
    padding-right: 0;
}
.photo-detail
{
    height: calc(100vh - 56px);
}
.full-height
{
    height: 100%;
    overflow-y: auto;
}
.photo-detail .photo-preview-item
{
    margin: 10px auto;
    position: relative;
    box-shadow: none;
    background-color: transparent;
    width: 105px !important;
    padding: 5px;
    background: #fff;
}
.photo-detail .photo-preview-item .image
{
    width: 90px;
    height: 90px;
    line-height: 90px;
}
.photo-detail .photo-name
{
    font-size: 12px;
}
.img-detail-preview-wrap
{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 40px;
    text-align: center;
    line-height: 100%;
    margin: 15px;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    max-height: calc(100% - 130px);
    max-width: calc(100% - 30px);
}
.img-detail-preview-wrap img
{
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.6));
}
.photo-detail-left
{
    width: 10%;
}
.photo-detail-center
{
    width: 73%;
}
.horizontal ul.megamenu > li.sub-shop-all > .sub-menu
{
    max-width: inherit;
    left: -400px;
    height: 100vh;
    overflow: auto;
}
li.sub-shop-all h4
{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
}
li.sub-shop-all h5
{
    background: #FFFFFF;
    border: 1px solid #B38867;
    font-size: 14px;
    padding: 8px;
    font-style: italic;
}
li.sub-shop-all .list-item
{
    margin-bottom: 20px;
}
li.sub-shop-all li
{
    padding: 3px 12px !important;
    padding-right: 0px !important;
    font-size: 14px;
    border-bottom: none !important;
    color: #000;
}
.custom-menu > .row
{
    display: flex;
}
.custom-menu > .row [class*="col-"]
{
    float: none;
    border-right: 1px solid #eee;
}
ul.megamenu
{
    margin-right: 15px;
}
.checkout .footer-form
{
    display: none;
}
.owl2-nav div{
    bottom: auto;
    position: absolute; 
    font-size: 1em;
    bottom: 50%;
    margin-bottom:0px;
    outline: 0;
    width: 52px;
    height: 52px;
    text-indent: -9999px;
    z-index: 9999;
    line-height: 18px; 
}
.owl2-nav div:before {
  height: 48px;
  width: 48px;
  display: block;
  background: #000;
  content: ".";
  opacity: 0.3;
  text-indent: -9999px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1; 
}
.owl2-nav div:after {
  display: block;
  width: 48px;
  height: 48px;
  color: #fff;
  text-indent: 0;
  text-align: center;
  font-size: 21px;
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 16px 0 0 0; 
}
.owl2-nav div:hover:before {
  background: #333;
  opacity: 0.83; }
  .owl2-nav  div.owl2-next {
    right:10px;
}
.owl2-nav  div.owl2-prev {
    left:10px;
}
.owl2-prev:after {
  content: "\f053"; 
}
.owl2-next:after {
    content: "\f054"; 
}
.owl2-carousel .owl2-dots
{
    transform: translate(-50%, 0);
}
.photo-preview .image
{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.photo-preview .image img
{
    height: 100%;
    width: 100%;
    object-fit: contain;
    cursor: all-scroll;
    text-align: center;
}
.photo-preview:after
{
    content: "";
    display: block;
    padding-bottom: 100%;
}
.img-preview.ui-draggable
{
    width: 125px;
    height: 125px;
    /* object-fit: contain; */
    object-fit: cover;
}
.login_social 
{
    max-width: 500px;
    margin: 0 auto;
}
.login_social .text-divide span
{
    font-weight: bold;
    background: #f5f5f5;
}
.login_social .social_login
{
    display: flex;
    padding: 0 15px;
    justify-content: center;
}
.login_social .social_login
{
    float: none !important;
}
.login_social .social_login img
{
    max-width: 220px !important;
}
.login_social .social_login .socalicon
{
    margin-right: 0;
    padding: 5px 15px;
    float: none;
}
.image_preview_rule_3
{
    position: relative;
    width: auto;
    display: inline-block;
}
.mask_canvas.rule_3:before
{
    content: "";
    width: calc(100% - var(--border));
    height: calc(100% - var(--border));
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    z-index:3;
    border: 2px dashed #f00;
    transform: translate(-50%, -50%);
}
.mask_canvas.rule_3:after
{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    z-index: 2;
    box-shadow: inset 0px 0px 0px var(--shadown) var(--shadown-color);
}
.form-giftcard
{
    padding-left: 60px !important;
}
.giftcard-item-img
{
    border: 3px solid transparent;
    cursor: pointer;
}
.giftcard-item-img.active
{
    border-color: var(--primary);
}
.row-small
{
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.row-small [class*="col-"]
{
    padding:0 7.5px;
}
.close_topbar
{
        width: 36px;
    height: 36px;
    cursor: pointer;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 0px;
    /* transform: translate(0px, -50%); */
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.preview_image .fa-search-plus
{
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform:translate(-50%, 50%);
    font-size: 20px;
}
.row-center {
    justify-content: center;
}

.row-middle {
    align-items: center;
}
.text-holiday
{
    padding: 50px;;
}
@media(min-width: 320px) and (max-width: 1023px)
{
    .megamenu-wrapper
    {
        max-height: 100%;
    }
    .custom-menu > .row
    {
        display: block;
    }
    .horizontal ul.megamenu > li.sub-shop-all > .sub-menu
    {
        left: 0;
    }
    .sohomepage-slider 
    {
        height: calc(100vh - 62px);
    }
    .sohomepage-slider .sohomeslider-description
    {
        max-width: 90%;
        left: 5%;
        font-size: 16px;
    }
    .sohomepage-slider .sohomeslider-description p
    {
        font-size: 16px;
    }
    .col-cart
    {
        padding-right: 15px;
    }
    .horizontal ul.megamenu > li > .sub-menu ul li
    {
        border:none;
    }
    ul.megamenu li .sub-menu .content
    {
        padding-left: 30px;
    }
    #photo-panel
    {
        position: fixed;
        left: -100%;
        top: 100px;
        z-index: 9999;
        background: #fff;
        width: 275px;
        height: 100%;
        box-shadow: 0 0 10px #ccc;
        transition: .3s;
        padding: 0;
    }
    #photo-panel.active
    {
        left: 0;
    }
    #photo-main
    {
        flex-basis: 100%;
    }
    #photo-action
    {
        position: fixed;
        right: -100%;
        top: 104px;
        z-index: 999;
        background: #fff;
        width: 275px;
        height: 100%;
        box-shadow: 0 0 10px #ccc;
        transition: .3s;
    }
    .products-panel
    {
        height: calc(100% - 100px);
    }
    #photo-action.active
    {
        right: 0;
    }
    .tool-heading-title img, .tool-heading-title i
    {
        margin-right: 0;
    }
    .print-tool .btn.zoom-action i
    {
        margin-left: 0;
    }
    .print-tool #header > .container
    {
        width: 100%;
    }
    .photo-preview-item .image{
        width: 158px;
        height: 158px;
    }
    .photo-preview-item
    {
        width: 170px !important;
    }
    .photos-panel
    {
        min-height: inherit;
        justify-content: space-between;
        align-items: flex-start;
        max-height: calc(100vh - 181px);
        overflow: auto;
        padding: 0 !important;
    }
    .bottom-tools
    {
        position: fixed;
    }
    .print-tool .btn i {
        font-size: 18px;
    }
    .rule_2 .photos-panel
    {
        justify-content: center;
    }
    .rule_2 .page_wrapper_inner
    {
        margin:15px 5px;
    }
    #justAddMore .modal-footer
    {
        text-align: center;
    }
    #justAddMore .modal-footer button
    {
        margin:5px 0;
    }
    .FilterSetting
    {
        margin: 15px 0;
    }
    .mb-text-left
    {
        text-align: left !important;
    }
    .bottom-tools
    {
        min-height: inherit;
        padding: 5px 0;
    }
    .photos-panel
    {
        min-height: inherit;
        max-height: inherit;
        height: auto;
    }
    .photo-preview-list .button-groups
    {
        display: block;
    }
    .backList
    {
        position: relative
    }
    #product-all h5
    {
        font-size: 16px;
    }
    .product-thumb h4
    {
        font-size: 16px;
    }
    .photo-preview-item .caption .icon_action
    {
        display: flex;
    }
    .product-note
    {
        margin-bottom: 60px;
        padding: 0 10px;
    }
    .module_page_header .page-header .hero-text
    {
        display: none;
    }
    .tool-heading-title img
    {
        margin-right: 5px;
    }
    body.sidebar-open, body.sidebar-open .photos-panel
    {
        overflow: hidden
    }
    body.sidebar-open .photos-panel
    {
        height: calc(100vh - 106px);
    }
    #photo-panel
    {
        height: calc(100% - 100px);
    }
    .photo-list
    {
        height: calc(100vh - 150px);
    }
    .form-giftcard
    {
        padding-left: 15px !important;
    }
    .amount-group
    {
        display: flex;
        flex-flow: wrap row;
        justify-content: space-between;
    }
    .amount-group .input-group-style
    {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .custom-checkbox
    {
        min-width: 70px;
        margin-right: 0 !important;
    }
    .xs-order-1
    {
        order: 1;
    }
    .xs-order-2
    {
        order: 2;
    }
}
@media(max-width: 1024px)
{
    .product-info
    {
        padding-left: 0px;
        margin-top: 15px;
    }
    .desc .nav-tabs li
    {
        margin-right: 20px;
    }
    .desc .nav-tabs li a
    {
        font-size: 14px;
    }
    .list-flex
    {
        margin-bottom:0;
    }
    .list-flex li
    {
        width: 100%;
        flex-basis: 100%;
        text-align: center;
        margin:5px 0;
    }
    .photo-detail-left
    {
        width: 25%;
    }
    .photo-detail .photo-preview-item
    {
        width: 85px !important;
    }
    .photo-detail .photo-preview-item .image {
        width: 70px;
        height: 70px;
        line-height: 90px;
    }
}
@media(min-width: 992px) and (max-width: 1023px)
{
    #openPhotoAction
    {
        display: inline-block !important;
    }
}
@media(min-width: 1024px)
{
    #photo-panel
    {
        padding-right: 0;
    }
    #photo-main
    {
        padding-left: 0;
    }
}
@media(min-width: 1024px) and (max-width: 1199px)
{
    .photo-list
    {
        padding: 0;
    }
    .tool-heading-title img, .tool-heading-title i
    {
        margin-right: 0;
    }
}
@media(min-width: 1200px) and (max-width: 1439px)
{
}
@media(min-width: 1440px) and (max-width: 1599px)
{
}
@media(min-width: 1440px)
{
    .footer-about .module_html
    {
        padding-right: 120px;
    }
    .product-detail .container
    {
        width: 1400px;
    }
    .container.container_style
    {
        width: 1400px;
    }
}
@media(min-width: 1600px) 
{
}