div.left-category {
    position: relative;
    float: left;
    width: 240px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

div.left-category a.control {
    position: relative;
    background: var(--icolor-primary-sec);
    display: none;
    color: #fff;
    padding: 5px 10px;
}

div.left-category a.control:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: 14px;
    right: 15px;
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
}

div.left-category ul,
div.left-category ol {
    list-style: none;
}

div.left-category ul > li {
    border-top: 1px solid var(--icolor-primary);
}

div.left-category ul > li:first-child {
    border-top: 0px;
}

div.left-category ol > li {
    border-top: 1px solid var(--icolor-gray);
}

div.left-category ol > li:first-child {
    border-top: 0px;
}

div.left-category ul > li > a,
div.left-category ol > li > a {
   display: block;
   padding: 5px 15px;
}

div.left-category ul > li > a {
    background: var(--icolor-primary);
    color: #fff;
}

div.left-category ol > li > a:hover {
    color: var(--icolor-primary-sec)
}

div.right-product {
    position: relative;
    float: right;
    width: calc(100% - 270px);
}

div.right-product div.search {
    margin-bottom: 20px;
}

div.right-product div.search button[type="submit"] {
    background: var(--icolor-primary);
    color: #fff;
}

div.right-product div.search table.seq {
    float: left;
}

div.right-product div.search table.filter {
    float: right;
}

div.right-product div.block {
    position: relative;
    border-radius: 4px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

div.right-product div.block > a {
    position: relative;
    display: block;
}

div.right-product div.block > a > div.photo {
    overflow: hidden;
}

div.right-product div.block > a > div.photo > img {
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
}

div.right-product div.block > a:hover > div.photo > img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
}

div.right-product div.block div.name {
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    left: 0px;
    right: 0px;
    bottom: 50px;
    padding: 10px;
    text-align: center;
    -ms-grid-column-align: center;
        justify-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

div.right-product div.block > a:hover > div.name {
    background: rgba(0, 0, 0, 0.6);
    top: 0px;
    padding: 20px;
}

div.right-product div.block > a > div.name > span {
    width: 100%
}

div.right-product div.block > a > div.name > span > small {
    display: none;
    color: var(--icolor-primary);
    font-weight: bold;
    margin-top: 10px;
}

div.right-product div.block > a:hover > div.name > span > small {
    display: block;
}

div.right-product div.block div.price {
    position: relative;
    font-weight: bold;
    color: var(--icolor-primary);
    padding: 5px 10px;
    line-height: 40px;
    text-align: center;
}

div.right-product div.block div.price > small {
    text-decoration: line-through;
    color: var(--icolor-primary-sec);
}

div.right-product div.list-mypage {
    margin-top: 40px;
    text-align: center;
}

div.right-product div.gallery {
    position: relative;
    float: left;
    width: 50%;
    padding: 10px;
    border: 1px solid var(--icolor-gray);
    border-radius: 8px;
}

div.right-product div.gallery div.swiper-slide > img {
    border-radius: 8px;
}

div.right-product div.gallery > div.line {
    border-top: 1px solid var(--icolor-gray);
    margin: 20px 0px;
}

div.right-product div.gallery > div.thumb {
    position: relative;
    padding: 0px 20px;
}

div.right-product div.gallery > div.thumb div.swiper-slide {
    padding: 5px;
    border: 1px solid transparent;
    border-radius: 4px;
}

div.right-product div.gallery > div.thumb div.swiper-slide.swiper-slide-thumb-active {
    border-color: var(--icolor-primary);
} 

div.right-product div.gallery > div.thumb div.swiper-slide > img {
    border-radius: 4px;
}

div.right-product div.gallery > div.thumb > div.swiper-button-next, 
div.right-product div.gallery > div.thumb > div.swiper-button-prev {
    color: var(--icolor-gray);
}

div.right-product div.gallery > div.thumb > div.swiper-button-next {
    right: -5px;
} 

div.right-product div.gallery > div.thumb > div.swiper-button-prev {
    left: -5px;
}

div.right-product div.gallery > div.thumb > div.swiper-button-next:after, 
div.right-product div.gallery > div.thumb > div.swiper-button-prev:after {
    font-size: 20px;
}

div.right-product div.information {
    position: relative;
    float: left;
    width: 50%;
    padding-left: 30px;
}

div.right-product div.information h1.title {
    font-size: 1.5rem;
    font-weight: normal;
    padding: 10px 0px;
    border-bottom: 1px solid var(--icolor-gray);
}

div.right-product div.information div.price {
    margin-top: 20px;
}

div.right-product div.information div.price > span {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--icolor-primary);
    line-height: 24px;
    vertical-align: bottom;
}

div.right-product div.information div.price2 > span {
    font-size: 1.25rem;
    font-weight: normal;
    color: #4d4d4d;
    line-height: 20px;
    text-decoration: line-through;
}

div.right-product div.information div.price > strong {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--icolor-primary);
    line-height: 24px;
    vertical-align: bottom;
}

div.right-product div.information div.qty {
    margin-top: 40px;
    margin-left: -10px;
    margin-right: -10px;
}

div.right-product div.information div.qty table {
    width: 100%;
}

div.right-product div.information div.qty table td {
    position: relative;
    padding: 10px;
}

div.right-product div.information div.qty table td button.decrease {
    position: absolute;
    display: block;
    background: #fff;
    top: 0px;
    left: 0px;
    width: 40px;
    height: 40px;
    font-size: 1.25rem;
    color: var(--icolor-primary);
    text-align: center;
    padding: 0px;
    border: 2px solid var(--icolor-primary);
    border-radius: 20px;
    overflow: hidden;
}

div.right-product div.information div.qty table td button.increase {
    position: absolute;
    display: block;
    background: #fff;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    font-size: 1.25rem;
    color: var(--icolor-primary);
    padding: 0px;
    text-align: center;
    border: 2px solid var(--icolor-primary);
    border-radius: 20px;
    overflow: hidden;
}

div.right-product div.information div.qty table td input[type="text"] {
    font-size: 1.875rem;
    height: 40px;
    border: 0px;
    text-align: center;
}

body.iweb-mobile div.right-product div.information div.qty table td input[type="number"] {
    padding-left: 12px;
}

div.right-product div.information div.qty table td > div.number {
    position: relative;
    display: block;
    width: 180px;
    margin: auto;
    border-radius: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}

div.right-product div.information div.qty table td > div.number:after {
    position: absolute;
    content: '';
    left: 50px;
    right: 50px;
    top: 40px;
    border-bottom: 2px solid var(--icolor-primary);
}

div.right-product div.information div.qty button.btn-addtocart {
    display: block;
    background: var(--icolor-primary);
    font-size: 1.125rem;
    font-weight: bold;
    color: #fff;
    width: 100%;
    height: 40px;
    text-align: center;
    border-radius: 8px;
}

div.right-product div.information div.qty button.btn-addtocart:hover {
    box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.4);
}

div.right-product div.information div.iweb-editor {
    margin-top: 80px;
}

div.right-product div.related {
    padding-top: 40px;
    margin-top: 80px;
    border-top: 1px solid var(--icolor-gray);
}

div.right-product div.related > h2 {
    font-size: 20px;
    margin-bottom: 20px;
}

div.right-product div.related > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

div.right-product div.related > div > div.block {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(25% - 15px);
            flex: 0 1 calc(25% - 15px);
    border: 1px solid var(--icolor-lightgray);
    border-radius: 15px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    padding-bottom: 50px;
    overflow: hidden;
}

div.right-product div.related > div > div.block > a {
    display: block;
    text-align: center;
}

div.right-product div.related > div > div.block > a > div.photo {
    position: relative;
    overflow: hidden;
}

div.right-product div.related > div > div.block > a > div.photo > img {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
}

div.right-product div.related > div > div.block > a:hover > div.photo > img {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
}

div.right-product div.related > div > div.block > a > div.details > div.title {
    padding: 10px;
    line-height: 1.5;
}

div.right-product div.related > div > div.block > a > div.details > div.title > img {
    width: auto;
    height: 22px;
    margin-top: -5px;
    margin-right: 5px;
}

div.right-product div.related > div > div.block > a > div.details > div.price {
    font-weight: bold;
    color: var(--icolor-primary);
    line-height: 1.5;
}

div.right-product div.related > div > div.block > a > div.details > div.price.disabled {
    font-weight: normal;
    color: #4d4d4d;
    text-decoration: line-through;
}

div.right-product div.related > div > div.block > a > div.details > div.price2 {
    font-weight: bold;
    color: var(--icolor-primary);
    line-height: 1.5;
}

div.right-product div.related > div > div.block > a > div.details > div.view {
    position: absolute;
    background: var(--icolor-primary);
    padding: 10px 20px;
    color: #fff;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: center;
}

div.right-product table.diy {
    width: 100%;
    margin-top: 30px;
}

div.right-product table.diy tr {
    border: 2px solid var(--icolor-primary);
}

div.right-product table.diy td {
    padding: 4px;
}

div.right-product table.diy th {
    background: var(--icolor-primary);
    color: #fff;
    padding: 4px;
}

div.right-product table.diy td > div.type {
    margin-top: 2px;
}

div.checkout-order {
    position: relative;
    border: 2px solid var(--icolor-primary);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    overflow: hidden;
}

div.checkout-order > h3 {
    display: block;
    background: var(--icolor-primary);
    padding: 10px;
    color: #fff;
}

div.checkout-order > div.list table {
    width: 100%;
}

div.checkout-order > div.list table th,
div.checkout-order > div.list table td {
    padding: 10px;
    border: 1px solid var(--icolor-gray);
    text-align: left;
}

div.checkout-order > div.list div.thumb {
    display: inline-block;
    width: 80px;
    vertical-align: middle;
}

div.checkout-order > div.list div.thumb > a {
    display: block;
}

div.checkout-order > div.list div.name {
    display: inline-block;
    width: calc(100% - 90px);
    padding-left: 10px;
    vertical-align: middle;
}

div.checkout-order > div.list div.number {
    position: relative;
    border: 1px solid var(--icolor-gray);
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
}

div.checkout-order > div.list div.number input {
    text-align: center;
    border: 0px;
}

div.checkout-order > div.list div.number button {
    position: absolute;
    background: var(--icolor-primary);
    color: #fff;
    top: 0px;
}

div.checkout-order > div.list div.number button.btn-decrease {
    left: 0px;
}

div.checkout-order > div.list div.number button.btn-increase {
    right: 0px;
}

div.checkout-order > div.coupon {
    float: left;
    width: 300px;
    max-width: 100%;
    padding: 10px;
}

div.checkout-order > div.coupon table {
    width: 100%;
}

div.checkout-order > div.coupon table td {
    vertical-align: bottom;
}

div.checkout-order > div.coupon button {
    background: var(--icolor-primary);
    color: #fff;
}

div.checkout-order > div.coupon label {
    display: block;
    font-weight: bold;
    padding-bottom: 5px;
}

div.checkout-order > div.coupon div.tag {
    background-color: var(--icolor-lightgray);
    padding: 5px 10px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 20px;
    margin-top: 10px;
}

div.checkout-order > div.coupon div.tag > span {
    margin-right: 5px;
}

div.checkout-order > div.coupon div.tag > a.remove-tag {
    font-size: 1.25rem;
    cursor: pointer;
    color: var(--icolor-red);
}

div.checkout-order > div.summary {
    float: right;
    width: 252px;
    padding: 10px 0px;
}

div.checkout-order > div.summary table {
    width: 100%;
}

div.checkout-order > div.summary table th {
    padding: 5px 10px;
    text-align: left;
}

div.checkout-order > div.summary table tr th:nth-child(1) {
    text-align: right;
}

div.checkout-order table.iweby-table.responsive tbody > tr > td >div.vlabel {
    width: 100px;
    border-right: 1px solid var(--icolor-gray);
}

div.checkout-order table.iweby-table.responsive tbody > tr > td > div:nth-child(2) {
    max-width: calc(100% - 110px);
}

div.checkout-customer {
    position: relative;
    float: left;
    width: calc(50% - 15px);
    border: 2px solid var(--icolor-primary);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    overflow: hidden;
    margin-top: 30px;
}

div.checkout-customer > h3 {
    display: block;
    background: var(--icolor-primary);
    padding: 10px;
    color: #fff;
}

div.checkout-customer > div {
    padding: 10px;
}

div.checkout-customer hr.line-break {
    border-top: 2px dotted var(--icolor-primary);
}

div.checkout-customer div.group div.header {
    font-weight: bold;
    color: var(--icolor-primary);
    text-decoration: underline;
}

div.checkout-payment {
    position: relative;
    float: right;
    width: calc(50% - 15px);
    border: 2px solid var(--icolor-primary);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    overflow: hidden;
    margin-top: 30px;
}

div.checkout-payment > h3 {
    display: block;
    background: var(--icolor-primary);
    padding: 10px;
    color: #fff;
}

div.checkout-payment > div {
    padding: 10px;
}

div.checkout-payment hr.line-break {
    border-top: 2px dotted var(--icolor-primary);
}

button.btn-confirm-checkout {
    display: block;
    background: var(--icolor-primary);
    color: #fff;
    width: 200px;
    height: 48px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 24px;
    margin: auto;
}


div.empty {
    padding: 40px 20px;
    text-align: center;
}

@media only screen and (max-width: 900px) {
    div.left-category {
        float: none;
        width: 100%;
    }
    
    div.right-product {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    
    div.left-category a.control {
        display: block;
    }
    
    div.left-category ul {
        display: none;
        margin-top: 2px;
    }
    
    div.left-category ul.show {
        display: block;
    }
    
    div.right-product div.gallery {
        width: 100%;
    }
    
    div.right-product div.information {
        width: 100%;
        padding-left: 0px;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 600px) {
    div.right-product div.search table.seq {
        float: none;
        width: 100%;
    }
    
    div.right-product div.search table.filter {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    
    div.iweby-viewer div.right-product div.iweby-grid div.column-3,
    div.iweby-viewer div.right-product div.iweby-grid div.column-4 {
        -webkit-box-flex: 0!important;
        -ms-flex: 0 1 calc(50% - 10px)!important;
        flex: 0 1 calc(50% - 10px)!important;
    }
    
    div.checkout-order > div.list div.thumb {
        width: 100%;
    }
    
    div.checkout-order > div.list div.name {
        padding: 0px;
        width: 100%;
        margin-top: 10px;
    }
    
    div.checkout-customer { 
        float: none;
        width: 100%;
    }
    
    div.checkout-payment { 
        float: none;
        width: 100%;
    }
}