body.com-hikashop.view-product.layout-show main#sp-component {
    width: 100%;
}

body.com-hikashop #sp-main-body {
    background: #f5f5f5;
    padding: 20px 0 50px;
}

body.com-hikashop.view-product.layout-listing #sp-main-body {
    padding-top: 20px;
}

body.com-hikashop.view-product.layout-show aside#sp-left {
   display: none;
}

body.com-hikashop.view-product.layout-show #sp-filter-search {
  display: none;
}

div#hikashop_product_left_part, div#hikashop_product_right_part {
    padding: 0;
}

/*scrollbar*/

::-webkit-scrollbar{
    height: 3px;
    width: 3px;
    background: white;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #818181; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #2e2e2e; 
}

::-webkit-scrollbar-thumb:horizontal{
    background: #ccc;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:horizontal:hover{
    background: #2e2e2e;
}

/*end of scrollbar*/


/*left part*/

.hikashop_product_left_part .hikashop_global_image_div .hikashop_main_image_div {
    border-radius: 30px;
    overflow:hidden;
}

.hikashop_product_left_part .hikashop_global_image_div .hikashop_main_image_div .hikashop_product_main_image_thumb {
    height: auto !important;
}

img#hikashop_main_image {
    margin: 0 !important;
    width: 100%;
}

.hikashop_product_left_part .hikashop_global_image_div .hikashop_small_image_div {
    margin: 20px 0;
    overflow-x: auto;
    white-space: nowrap;
}

.hikashop_product_left_part .hikashop_global_image_div .hikashop_small_image_div a {
    border: 1px solid #eee !important;
    padding: 0 !important;
    border-radius: 20px;
    overflow: hidden;
    margin-right: 15px !important;
    transition: 0.3s;
}

.hikashop_product_left_part .hikashop_global_image_div .hikashop_small_image_div a.hikashop_active_thumbnail {
    border-color: #000 !important;
}

.hikashop_product_left_part .hikashop_global_image_div .hikashop_small_image_div a:last-child {
    margin-right: 0 !important;
}

.hikashop_product_left_part .hikashop_global_image_div .hikashop_small_image_div img.hikashop_child_image {
    height: 130px;
    margin: 0;
}

@media (max-width: 991px) {
  	.hikashop_product_left_part .hikashop_global_image_div .hikashop_small_image_div img.hikashop_child_image { height: 100px; }
}

/*end of left part*/


/*right part*/

div#hikashop_product_right_part {
    padding-left: 80px;
    line-height: 1.3;
}
div#hikashop_product_quantity_alt {
    margin-top: 10px;
    margin-bottom: 30px;
}
div#hikashop_product_right_part br {
    display: none;
}
div#hikashop_product_quantity_alt {
    margin-top: 10px;
    margin-bottom: 30px;
}
.hikashop_product_right_part .hikashop_product_name_main {
    display: block;
    font-size: 28px;
    font-weight: 800;
    margin: 10px 0;
}


.hikashop_product_right_part .hikashop_product_price_main {
    display: block;
    margin-bottom: 20px;
}


.hikashop_product_right_part .hikashop_product_price_main span.hikashop_product_price_full {
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 500;
    color: #505050;
}

.hikashop_product_right_part .hikashop_product_quantity_div {
    position: relative;
}

.hikashop_product_right_part .hikashop_product_quantity_change_div_leftright span.add-on {
    position: absolute;
    background: none !important;
}

.hikashop_product_right_part .hikashop_product_quantity_change_div_leftright span.add-on a {
    width: 30px;
    height: 30px;
    padding: 0;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100% !important;
    background: #505050;
    color: #fff;
    margin: 0 !important;
}

.hikashop_product_right_part .hikashop_product_quantity_change_div_leftright span.add-on a:hover,
.hikashop_product_right_part .hikashop_product_quantity_change_div_leftright span.add-on a:focus {
    background: #000;
}

.hikashop_product_right_part .hikashop_product_quantity_change_div_leftright span.add-on:first-child {
    left: 5px;
    top: 5px;
}

.hikashop_product_right_part .hikashop_product_quantity_change_div_leftright span.add-on:last-child {
    right: 5px;
    top: 5px;
}

.hikashop_product_right_part .input-prepend.input-append.hikashop_product_quantity_div.hikashop_product_quantity_change_div_leftright input {
    max-width: unset !important;
    width: 130px;
    height: 40px;
    border-radius: 100px;
    padding: 0 40px !important;
    font-size: 14px;
}

.hikashop_product_right_part .hikashop_product_quantity_main {
    display: flex;
    margin: 50px 0 40px;
    align-items: center;
    column-gap: 20px;
}

@media screen and (max-width:992px){
.hikashop_product_right_part .hikashop_product_quantity_main {
    display: flex;
    margin: 50px 0 40px;
    align-items: flex-start;
    row-gap: 20px;
    flex-direction: column;
}

.hikashop_product_right_part .hikashop_product_quantity_main .hikacart {
    width: 100%;
}}

.hikashop_product_right_part .hikashop_product_quantity_main .hikashop_quantity_form .control-group {
    margin: 0;
}

.hikashop_product_right_part .hikashop_product_quantity_main .hikashop_quantity_form {
    margin: 0;
}

.hikashop_product_right_part .hikashop_product_quantity_main .hikacart {
    display: flex;
    align-items: center;
    justify-content: center;
}

div#hikashop_social button {
    padding: 0 0 0 15px;
    font-size: 18px;
    color: #505050;
}

div#hikashop_social button:hover,
div#hikashop_social button:focus {
    color: #000;
}

@media (max-width: 991px) {
	div#hikashop_product_right_part { padding-left: 0; }
}

/*end of right part*/




/*bottom part*/

.hikashop_product_bottom_part .hikashop_tabs_ul {
    display: block;
    margin-bottom: 0;
}

.hikashop_product_bottom_part .hikashop_tabs_ul li {
    display: inline-block !important;
    padding: 8px 10px !important;
    border: 0;
    border-bottom: 2px solid transparent;
    background: none;
    cursor: pointer;
    line-height: 1.3;
    background: transparent !important;
    font-size: 16px;
}

.hikashop_product_bottom_part .hikashop_tabs_ul li.hikashop_tabs_li_selected {
    border-bottom: 5px solid #ff9904 !important;
    color: #ff9904;
}

.hikashop_product_bottom_part .hikashop_tabs_content {
    border: 0;
    border-top: 1px solid #ddd !important;
    padding: 15px 10px;
    background: transparent;
}

.hikashop_product_bottom_part .hikashop_tabs_content ol {
    padding-left: 20px;
}

/*end of bottom*/



/*popup notify*/

.vex.vex-theme-default .vex-content {
    background: rgb(255 255 255 / 85%) !important;
    backdrop-filter: blur(5px) !important;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    border: 1px solid #ff9700;
}

.vex.vex-theme-default .vex-dialog-button {
    width: 100%;
    text-transform: capitalize !important;
    letter-spacing: 0.5px !important;
}


.vex.vex-theme-default .vex-dialog-button.vex-dialog-button-primary {
    background: #121212 !important;
}

.vex.vex-theme-default .vex-dialog-button.vex-first {
    background: #ff9700 !important;
}

.vex.vex-theme-default .vex-dialog-form .vex-dialog-input {
    margin-bottom: 0 !important;
}

.notifyjs-metro-base .text-wrapper {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 60px;
}

.vex.vex-theme-default .vex-dialog-form .title {
    display:ruby;
}
.vex.vex-theme-default .vex-dialog-form .title .hikashop_product_variant_subname img {
    width: 30px;
    margin: 0 5px;
}


/*end of popup notify*/



/* product specification */
.hikashop_product_custom_value p {
    margin-bottom: 0;
    line-height: 1.5;
}

.table-sub-001{
    font-size:12px;
    padding:5px 0;
    color:#696969;
}

.hikashop_product_custom_value tr{
    background:#fff;
}

.hikashop_product_custom_value tr.table-header-001{
    background:#121212;
}

.table-header-001 {
    color:#fff;
    font-weight:700;
}

tr.hikashop_product_custom_size_chart_line td.key{
    display:none;
}


