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

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

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: 0px;
    overflow:hidden;
}

.hikashop_product_left_part .hikashop_global_image_div .hikashop_main_image_div img {margin: 0 !important;}

.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;
}

@media (min-width: 991px){
img#hikashop_main_image {
    margin: 0 !important;
    width: 100%;
    float: right;
    border-radius: 0px;
}}

.hikashop_product_main_image {
    height: auto!important;
}

.hikashop_product_left_part .hikashop_global_image_div .hikashop_small_image_div {
    margin: 20px 0;
    overflow-x: scroll;
    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: 10px;
    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.2;
}

.hikashop_product_right_part .hikashop_product_name_main {
    display: block;
    font-size: 30px;
    font-weight: 500;
    margin: 10px 0;
}

.hikashop_product_right_part .hikashop_product_name_main span.hikashop_product_variant_subname {
    color: #7b7b7b;
    font-weight: 400;
    display: block;
    font-size: 20px;
}

.hikashop_product_right_part .hikashop_product_price_main {
    display: block;
}


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

.hikashop_product_right_part span.hikashop_product_price.hikashop_product_price_0.hikashop_product_price_with_discount {
    margin-top: 10px;
}


.hikashop_product_right_part .hikashop_product_characteristics {
    padding-top: 30px;
}

.hikashop_product_right_part .hikashop_product_characteristics table td {
    padding-bottom: 10px;
}

.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 .hikashop_product_quantity_change_div_leftright input.hikashop_product_quantity_field {
    max-width: unset !important;
    width: 150px;
    height: 40px;
    border-radius: 100px;
    padding: 0 40px !important;
    font-size: 14px;
}

.hikashop_product_right_part .hikashop_product_quantity_main {
    display: block;
    margin-top: 30px;
}

.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 {
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: 600;
    background: #a1c7fa;
    text-align: center;
}

.hikashop_product_right_part .hikashop_product_quantity_main .hikacart:hover,
.hikashop_product_right_part .hikashop_product_quantity_main .hikacart:focus {
    background: #000;
}

div#hikashop_social button {
    padding: 0px 0px;
    width: 30px;
    height: 30px;
    font-size: 16px;
    color: #fff;
    border-radius: 100%;
    margin-right: 10px;
    transition:0.5s ease;
}

div#hikashop_social button.btn.facebook-class {
    background: #4267B2;
    color: #fff;
}

div#hikashop_social i.fa.fa-facebook-square:before {
    content: '\f39e'!important;
    font-family: 'Font Awesome 5 Brands';
}


div#hikashop_social button.product.btn.whatsapp-class {
    background: #25D366;
    color: #fff;
}

div#hikashop_social i.fa.fa-whatsapp:before {
    content: '\f232'!important;
    font-family: 'Font Awesome 5 Brands';
}

div#hikashop_social button:hover,
div#hikashop_social button:focus {
    transform:scale(1.05); transition:0.5s ease;
}

@media (max-width: 991px) {
	div#hikashop_product_right_part { padding-left: 0; }
    .hikashop_product_right_part .hikashop_product_name_main {font-size: 18px;}
    .hikashop_product_right_part .hikashop_product_name_main span.hikashop_product_variant_subname { font-size: 16px; }
}

/*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;
}

.hikashop_product_bottom_part .hikashop_tabs_ul li.hikashop_tabs_li_selected {
    border-bottom: 2px solid #000 !important;
}

.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%);
}

.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: #0047a3 !important;
}

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

.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;
}

.notifyjs-metro-base .text-wrapper, .notifyjs-metro-lite-base .text-wrapper {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    clear: both;
    font-family: 'Segoe UI';
}

.notifyjs-metro-base .title, .notifyjs-metro-lite-base .title {
    font-size: 15px;
    font-weight: bold;
}

.notifyjs-metro-base .text, .notifyjs-metro-lite-base .text {
    font-size: 12px;
    font-weight: normal;
    vertical-align: middle;
}

.notifyjs-metro-base, .notifyjs-metro-lite-base {
    position: relative;
    min-height: 52px;
    color: #444;
}

.notifyjs-metro-base .image {
    display: table;
    position: absolute;
    height: auto;
    width: auto;
    left: 25px;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*end of popup notify*/



.hikashop_product_files_main {
    padding-bottom: 30px;
}

.hikashop_product_files_main legend {
    padding-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.hikashop_product_files_main fieldset {
    display: flex;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 5px;
}

.hikashop_product_files_main fieldset a {
    font-size: 16px;
    position: relative;
    padding-left: 25px;
}

.hikashop_product_files_main fieldset a.hikashop_product_file_link:before {
    content: '\f019';
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    antialiased;
    font-weight: 900;
    left: 0;
}

.hikashop_product_description_main {
    font-size: 16px;
    margin-top: 30px;
}

div#hikashop_product_custom_info_main h4 {
    font-size: 18px;
    font-weight: 600 !important;!i;!;
    padding-bottom: 16px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 10px;
    margin-top: 50px;
    font-family: 'Archivo';
}

table.hikashop_product_custom_info_main_table {
    font-size: 14px;
    line-height: 2;
}
@media(max-width:991px){
table.hikashop_product_custom_info_main_table {
    font-size: 12px;
    line-height: 2;
}}

/*EO HIKA DETAIL*/

section#sp-related-product h3.sp-module-title {
    text-align: center;
    font-size: 18px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ececec;
}


main#sp-component .hikashop_badge_div.hikashop_badge_topright_div img {
    height: 20px;
    width: auto;
}
main#sp-component .hikashop_badge_div.hikashop_badge_topright_div {
    right: 0px !IMPORTANT;
}
.hikashop_badge_div.hikashop_badge_topright_div {
    width: 60px;
}
#hikashop_category_information_module_134 .hikashop_subcontainer {
    min-height: unset !important;
}

section#sp-related-product {
    padding-bottom: 50px;
}

.hikashop_slide_prev, .hikashop_slide_next {
    border: none !IMPORTANT;
}
div#hikashop_product_right_part span.hikashop_product_stock_count {
    margin-right: 15px;
    width: 100% !IMPORTANT;
    display: block;
    margin-bottom: 20px;
}
div#hikashop_product_right_part .hikashop_quantity_form {
    display: inline-block;
}
