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

body.com-hikashop.view-order #sp-main-body {
    padding: 120px 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: 15px;
    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: 30px;
}}

.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;
    display:flex;
    flex-direction:column;
    justify-content:center;
    position: relative;
}

div#hikashop_product_right_part br {
    display: none;
}

.hikashop_product_right_part .hikashop_product_name_main {
    display: block;
    font-size: 28px;
    font-weight: 900;
    margin: 10px 0 30px 0;
    font-family: 'Josefin Sans', sans-serif;
    color:rgb(37 37 37 / 70%);
}

.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: 32px;
    letter-spacing: 0;
    font-weight: 700;
    color: #000;
    display: block;
    margin:10px 0;
}

.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: flex;
    margin-top: 20px;
}

.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;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: 700;
    background-image: linear-gradient(270deg, #FFA92A 0%, #FFF680 100%);
    color:#252525;
    position:relative;
    z-index:1;
    overflow:hidden;
}
.hikashop_product_right_part .hikashop_product_quantity_main .hikacart:before{
    content: "";
    position: absolute;
    height:100%;
    width:100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background-image: linear-gradient(270deg, #FFA92A 50%, #FFF680 100%);
    z-index:-1;
    transition:0.5s;
}

.hikashop_product_right_part .hikashop_product_quantity_main .hikacart:hover:before{
    opacity:1;
}

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;
}
.related-products h3.sp-module-title {
    text-align: center;
    margin-bottom: 30px;
}
.hikashop_product_custom_info_main{
    margin-top:30px;
}
.hikashop_product_custom_info_main h4{
    display:none;
}
.hikashop_product_custom_info_main p{
    margin-bottom:0;
}

.hikashop_product_custom_alcohol_percentage_line td {
    padding-bottom: 15px;
}

.hikashop_product_custom_alcohol_percentage_line td span {
    color: #ed2fae;
}

.hikashop_product_custom_info_main_table tbody {
    display: flex;
    flex-direction: column;
}

tr.hikashop_product_custom_specification_line {
    order: 2;
}

tr.hikashop_product_custom_alcohol_percentage_line {
    order: 1;
}

@media (max-width: 991px) {
	div#hikashop_product_right_part { padding-left: 0; }
    .hikashop_product_right_part .hikashop_product_name_main { font-size: 24px; }
    .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;
}
.hikashop_product_bottom_part table{
    max-width: 800px !important;
    margin:auto;
    border-radius: 35px !important;
    border: 1px solid rgb(37 37 37 / 30%);
    border-collapse: separate !important;
}
.hikashop_product_bottom_part td{
    padding:30px;
}
.hikashop_product_bottom_part table h3{
    text-align:center;
    padding:15px 15px 10px 15px;
    width:100%;
    background-image:linear-gradient(270deg, #FFA92A 50%, #FFF680 100%);
    margin-bottom:30px;
    line-height:1;
    color:#fff;
    border-radius:30px;
    font-size:24px;
    text-transform:uppercase;
}
.hikashop_product_bottom_part table p{
    margin-bottom:20px;
}
@media (max-width:767px){
    .hikashop_product_bottom_part td{
        padding:30px 15px;
    }
    .hikashop_product_bottom_part table h3{
        font-size:20px;
        margin-bottom: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: #717171 !important;
}

.vex.vex-theme-default .vex-dialog-button.vex-first {
    background: #1a1a1a !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;
}

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


/*Related Products*/
.related-products h3.sp-module-title {
    text-align: center;
    margin-bottom: 30px;
    text-transform:uppercase;
}


/*EO HIKA DETAIL*/