.btn-one {
    position: relative;
    display: inline-block;
    padding-left: 40px;
    padding-right: 40px;
    color: #ffffff;
    font-size: 17px;
    line-height: 50px;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 0px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; 
    z-index: 1;
}
.btn-one:before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 0;
    background: #326db2;
    opacity: 0;
    content: "";
    border-radius: 0px;
    transform: scale(1.0) rotateX(45deg);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.btn-one:hover:before{
    opacity: 1.0;
    width: 100%;
    transform: scale(1.0) rotateX(0deg);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;    
}
.btn-one .txt {
    position: relative;
    z-index: 1;
}
.btn-one:hover,
.btn-one:focus{
    color: #ffffff;
    text-shadow: 0px 5px 3px rgba(12, 21, 41, 0.1);
}
.shop-area {
    position: relative;
    padding: 100px 0 150px;
}
.single-product-item {
    position: relative;
    display: block;
    margin-bottom: 30px;
    transition-duration: .4s, .4s;
    transition-timing-function: ease, ease-out;
    transition-delay: 0s, .4s; 
    box-shadow: 0px 20px 50px 0px rgba(12, 21, 41, 0.1);
}
.single-product-item:hover{
    -moz-box-shadow: 0px 3px 8px #f0f0f0;
    -webkit-box-shadow: 0px 3px 8px #f0f0f0;
    box-shadow: 0px 3px 8px #f0f0f0;
} 

.single-product-item .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-product-item .img-holder img{
    transform: scale(1);
    transition: all 0.7s ease 0s;
    width: 100%;   
}
.single-product-item:hover .img-holder img{
    transform: scale(1.1);
}
.single-product-item:hover .img-holder .overlay-style-one{
    opacity: 1.0;    
}
.single-product-item .img-holder .overlay-style-one .content a span:before{
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 30px;
    transform: scale(0);
    transition: all .5s ease-in-out;
    z-index: 10;
}
.single-product-item:hover .img-holder .overlay-style-one .content a span:before{
    transform: scale(1);
    opacity: 1.0;
}
.single-product-item .title-holder {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 30px 20px;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;   
}
.single-product-item:hover .title-holder{
    box-shadow: 0px 20px 50px 0px rgba(12, 21, 41, 0.1);    
}
.single-product-item .title-holder .top {
    overflow: hidden;
    display: block;
    background: #f7f7f7;
    padding: 17px 30px 14px;
}
.single-product-item .title-holder .product-title{
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    margin: 0 0 12px;
}
.single-product-item .title-holder .product-title a {
  color: #222222;
  transition: all 500ms ease;
  line-height: 24px;
  height: 45px;
  display: inline-block;
  width: 100%;
}
.single-product-item .title-holder .rate-box{
    position: relative;
    display: inline-block;
    color: #57c166;
    font-weight: 700;
    font-size: 18px;
}
.single-product-item .title-holder .rate-box p{
    color: #326db2;
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    margin-bottom: 12px;
    font-weight: 700;
}
.single-product-item .title-holder .button-box {
    position: relative;
    margin-top: 15px;
    display: flex;
    align-items: center;
}
.single-product-item .title-holder .button-box .cart-button{
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}
.single-product-item .title-holder .button-box .cart-button a {
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    padding: 3px 15px;
    background: #57c166;
    font-weight: 700;
    width: 100%;
}
.single-product-item .title-holder .button-box .cart-button a:hover{
    color: #ffffff;
}
.single-sidebar {
    position: relative;
    display: block;
}
.single-sidebar .shop-sidebar-title {
    position: relative;
    display: block;
    padding-bottom: 20px;
}
.single-sidebar .shop-sidebar-title h3 {
    color: #222222;
    font-size: 22px;
    line-height: 20px;
    font-weight: 700;
}
.single-sidebar .sidebar-categories-box{
    position: relative;
    display: block;
    margin-bottom: 30px;
    transition-duration: .4s, .4s;
    transition-timing-function: ease, ease-out;
    transition-delay: 0s, .4s;
    box-shadow: 0px 20px 50px 0px rgba(12, 21, 41, 0.1);
    border: 1px solid #f5f5f5;
    padding: 0;
}
.single-sidebar .sidebar-categories-box li{
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    /*margin-bottom: 20px;*/
    padding-left: 22px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    padding: 12px 20px 12px 40px;
    font-weight: 700;
}
.single-sidebar .sidebar-categories-box li.active {
    background: #57c166;
}
.single-sidebar .sidebar-categories-box li:hover {
    background: #57c166;
}
.single-sidebar .sidebar-categories-box li:last-child{
    margin-bottom: 0;
}
.single-sidebar .sidebar-categories-box li:before{
    position: absolute;
    top: 18px;
    left: 20px;
    width: 8px;
    height: 8px;
    border: 2px solid #d5d5d5;
    border-radius: 50%;
    content: "";
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-sidebar .sidebar-categories-box li a {
    color: #222;
    transition: all 500ms ease;
    width: 100%;
    display: block;
}
.single-sidebar .sidebar-categories-box li.active a {
    color: #fff;
}
.single-sidebar .sidebar-categories-box li:hover a {
    color: #fff;
}
.single-sidebar .sidebar-categories-box ul li.active a {
    color: #326db2;
}
.single-sidebar .sidebar-categories-box ul li:hover a {
    color: #326db2;
}
.cart-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding-top: 100px;
    padding-bottom: 150px;
}
.cart-table-box .table-outer {
    position: relative;
    width: 100%;
    overflow-x: auto;
}
.cart-table-box .cart-table {
    /*min-width: 1024px;*/
    width: 100%;
}
.cart-table-box .cart-table .cart-header {
    position: relative;
    width: 100%;
    background: #ffffff;
    border: 1px solid #e6e6e6;
}
.cart-table-box .cart-table tbody {
    position: relative;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.cart-table-box .cart-table thead tr {}
.cart-table-box .cart-table thead tr th {
    color: #0c1529;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    text-transform: capitalize;
    min-width: 160px;
    padding: 22px 40px;
    border: 0px solid #ededed;
}
.cart-table-box .cart-table thead tr th.hide-me {
    display: table-column;
}
.cart-table-box .cart-table tbody tr {
    border-bottom: 1px solid #e5e5e5;
}
.cart-table-box .cart-table tbody tr td .remove {
    position: relative;
    display: block;
}
.cart-table-box .cart-table tbody tr td .remove span {
    font-size: 48px;
}
.cart-table-box .cart-table tbody tr td {
    min-width: 160px;
    padding: 30px 40px;
    border: 0px solid #ededed;
}
.cart-table-box .cart-table thead tr th.prod-column {
    position: relative;
    border-bottom: 1px solid #ededed;
}
.cart-table-box .cart-table tbody tr .prod-column .column-box {
    position: relative;
    min-height: 100px;
}
.cart-table-box .cart-table tbody tr .prod-column .column-box .prod-thumb {
    width: 100px;
}
.cart-table-box .cart-table tbody tr .prod-column .column-box .prod-thumb a {
    position: relative;
    display: block;
    border-radius: 0px;
}
.cart-table-box .cart-table tbody tr .prod-column .column-box .prod-thumb a img {
    width: 100%;
    border-radius: 0px;
}
.cart-table-box .cart-table tbody tr .prod-column .column-box .prod-thumb, 
.cart-table-box .cart-table tbody tr .prod-column .column-box .title{
    display: table-cell;
    vertical-align: middle;
}
.cart-table-box .cart-table tbody tr .prod-column .column-box .title{
    padding-left: 30px;
}
.cart-table-box .cart-table tbody tr .prod-column .column-box .title h3 {
    color: #0c1529;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-transform: capitalize;
}
.cart-table-box .cart-table tbody tr td.price {
    color: #0c1529;
    font-size: 16px;
    font-weight: 400;
}
.cart-table-box .cart-table tbody tr .qty{}

.cart-table-box .cart-table tbody tr .sub-total {
    color: #0c1529;
    font-size: 16px;
    font-weight: 400;
}
.cart-totals-form {
    position: relative;
    display: block;
    max-width: 470px;
    width: 100%;
    float: right;
    margin-top: 70px;
}
.cart-totals-form h3 {
    position: relative;
    display: block;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    padding: 0 30px;
    color: #0c1529;
    font-size: 22px;
    line-height: 53px;
    font-weight: 700;
    margin: 0;
}
.cart-totals-form ul {
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    padding: 0;
}
.cart-totals-form ul li {
    position: relative;
    display: block;
    padding: 0 30px;
    border-bottom: 1px solid #e5e5e5;
    color: #0c1529;
    font-size: 16px;
    font-weight: 600;
    line-height: 53px;
}
.cart-totals-form ul li:last-child{
    border-bottom: none;
}
.cart-totals-form ul li span{
    position: relative;
    display: block;
    float: right;
}
.cart-totals-form ul li span.total{
    color: #0c1529;
    font-weight: 800;
}
.cart-totals-form button {
    position: relative;
    display: block;
    margin-top: 30px;
    width: 100%;
    line-height: 50px;
    background: #57c166;
    border: none;
    font-size: 20px;
    font-weight: 700;
}
.checkout-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0px 150px;
}
.checkout-area .returning-customer {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.checkout-area .returning-customer h5{
    color: #0c1529;
    font-size: 16px;
    font-weight: 700;
}
.checkout-area .returning-customer h5 a{
    color: #57c166;
    font-weight: 700;
    display: inline-block;
    padding-left: 15px;
    text-decoration: underline;
}
.checkout-area .form .title{
    position: relative;
    display: block;
    padding-bottom: 15px;
}
.checkout-area .form .title h3{
    color: #0c1529;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
}
.checkout-area .form form .field-label {
    color: #222222;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 5px;
    text-transform: capitalize;
}
.checkout-area .form form .field-label span {
    color: #cf202e;
}
.checkout-area form .input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.checkout-area .form form .field-input input[type="text"], 
.checkout-area .form form .field-input input[type="email"],
.checkout-area .form form .field-input input[type="tel"]{
    position: relative;
    display: block;
    border: 1px solid #ececec;
    color: #848484;
    font-size: 16px;
    height: 50px;
    margin-bottom: 20px;
    padding: 0 15px;
    width: 100%;
    transition: all 500ms ease;
    border-radius: 1px;
}
.checkout-area .form form .field-input input[type="text"]:focus{
    border-color: #1d1d1d;
}
.checkout-area .form form .field-input textarea {
    position: relative;
    display: block;
    border: 1px solid #ececec;
    color: #848484;
    font-size: 16px;
    height: 100px;
    padding: 10px 15px;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border-radius: 1px;
}
.checkout-area .form form .field-input textarea:focus{
    border-color: #1d1d1d;
}
.checkout-area .create-acc{
    position: relative;
    display: block;
    padding-top: 18px;
    padding-bottom: 20px;
}
.checkout-area .create-acc .checkbox {
    position: relative;
    display: block;
}
.checkout-area .create-acc .checkbox label {
    color: #222222;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
    margin: 0;
}
.checkout-area .create-acc .checkbox input {
    position: relative;
    top: 1px;
}
.checkout-area .create-acc .checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
.checkout-area .shipping-info input[type="checkbox"] {
    cursor: pointer;
    display: inline-block;
    margin: 0 0 0 20px;
    position: relative;
    top: 0px;
    vertical-align: middle;
}
.checkout-area h3 {
    font-weight: 700;
    margin-bottom: 15px;
    color: #0c1529;
    font-size: 20px;
    line-height: 28px;
}
.checkout-area .delivery-details {
    background: #f5f5f5;
    border-radius: 1px;
    padding: 20px 20px 0px 20px;
    margin-bottom: 20px;
}
.checkout-area .form .bootstrap-select {
    position: relative;
    display: block;
    width: 100% !important;
    height: 45px;
}
.checkout-area .form .bootstrap-select>.dropdown-toggle {
    position: relative;
    display: block;
    outline: none !important;
    border-radius: 0px;
    border: 1px solid #ececec;
    background-color: #ffffff !important;
    max-width: 100%;
    width: 100%;
    height: 45px;
    margin: 0;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
    color: #808080 !important;
    font-size: 15px;
    line-height: 43px;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: capitalize;
    box-shadow: none !important;
}
.checkout-area .form .bootstrap-select .dropdown-toggle:focus{
    outline: none !important;
}
.checkout-area .form .bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
    margin: 0;
}
.checkout-area .form .bootstrap-select>.dropdown-toggle::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    width: auto;
    height: auto;
    font-family: FontAwesome !important;
    content: "\f107";
    color: #808080;
    font-size: 14px;
    margin: 0;
    border: none;
}
.checkout-area .form .bootstrap-select .dropdown-menu {
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0px solid #ddd;
    background: #eae8e4;
    font-size: 16px;
    color: #000000;
}
.checkout-area .form .bootstrap-select .dropdown-menu li {
    position: relative;
    border-bottom: 1px solid #d7d7d7;
}
.checkout-area .form .dropdown-item {
    display: block;
    width: 100%;
    padding: 9px 20px 9px;
    color: #222222;
    font-size: 14px;
    font-weight: 500;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    transition: all 500ms ease;
}
.order-info {
    position: relative;
    display: block;
}
.checkout-area .form.order-info .title{
    position: relative;
    display: block;
    padding-bottom: 20px;
}
.order-info-table-box .table-outer {
    position: relative;
    width: 100%;
    overflow-x: auto;
}
.order-info-table-box .order-table {
    min-width: 550px;
    width: 100%;
}
.order-info-table-box .order-table .order-header {
    position: relative;
    width: 100%;
    background: #ffffff;
}
.order-info-table-box .order-table tbody {
    position: relative;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
.order-info-table-box .order-table thead tr {
    border: 1px solid #e6e6e6;    
}
.order-info-table-box .order-table thead tr th {
    color: #222222;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    text-transform: capitalize;
    min-width: 160px;
    padding: 17px 30px;
    border: 0px solid #ededed;
}
.order-info-table-box .order-table tbody tr {
    border-bottom: 1px solid #e5e5e5;
}
.order-info-table-box .order-table tbody tr td {
    min-width: 160px;
    padding: 15px 30px;
    border: 0px solid #ededed;
}
.order-info-table-box .order-table thead tr th.prod-column {
    position: relative;
}
.order-info-table-box .order-table tbody tr .prod-column .column-box {
    position: relative;
    min-height: 60px;
}
.order-info-table-box .order-table tbody tr .prod-column .column-box .prod-thumb {
    width: 80px;
}
.order-info-table-box .order-table tbody tr .prod-column .column-box .prod-thumb a {
    position: relative;
    display: block;
    border-radius: 0px;
}
.order-info-table-box .order-table tbody tr .prod-column .column-box .prod-thumb a img {
    width: 100%;
    border-radius: 0px;
}
.order-info-table-box .order-table tbody tr .prod-column .column-box .prod-thumb, 
.order-info-table-box .order-table tbody tr .prod-column .column-box .title{
    display: table-cell;
    vertical-align: middle;
}
.order-info-table-box .order-table tbody tr .prod-column .column-box .title {
    padding: 0;
    padding-left: 20px;
}
.order-info-table-box .order-table tbody tr .prod-column .column-box .title h3 {
    color: #0c1529;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-transform: capitalize;
}
.order-info-table-box .order-table tbody tr .prod-column .column-box .title h3 span:before {
    position: relative;
    display: inline-block;
    width: 50px;
    text-align: center;
    transform: rotate(45deg);
    top: 1px;
}
.order-info-table-box .order-table tbody tr .sub-total {
    color: #222222;
    font-size: 16px;
    font-weight: 700;
}
.payment-options {
    position: relative;
    display: block;
    margin-top: 57px;
}
.payment-options .title {
    position: relative;
    display: block;
    padding-bottom: 20px;
}
.payment-options .title h3{
    color: #222222;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}
.payment-options .inner{
    position: relative;
    display: block;
    padding: 23px 30px 35px;
    border: 1px solid #e6e6e6;
}
.payment-options .option-block {
    margin-bottom: 14px
}
.payment-options .option-block .checkbox {
    margin: 0 0 5px;
}
.payment-options .option-block .checkbox label {
    display: block;
    font-weight: 500;
    min-height: 20px;
    padding-left: 0px;
    margin: 0;
}
.payment-options .option-block .checkbox label input {
    position: relative;
    top: 1px;
    cursor: pointer;
}
.payment-options .option-block .checkbox label input[type="checkbox"] {
    width: 18px;
    height: 18px;
}
.payment-options .option-block .checkbox label span {
    color: #222222;
    font-size: 16px;
    font-weight: 600;
    padding-left: 8px;
    cursor: pointer;
}
.payment-options .option-block .checkbox label span b {
    color: #222222;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    padding-left: 25px;
    text-decoration: underline;
}
.payment-options .option-block .text{
    padding-left: 30px;
}
.payment-options .option-block .text p {
    margin: 0;
    line-height: 28px;
}
.placeorder-button button {
    margin-top: 0;
    cursor: pointer;
    background: #57c166;
    border: none;
    font-weight: 700;
    font-size: 22px;
    width: 100%;
    margin-bottom: 20px;
}
.placeorder-button button:hover{ }

.packing, .cutting {
    margin-bottom: 5px;
}
.packing h5, .cutting h5, .notes h5 {
    margin-bottom: 10px;
    font-size: 16px;
}
.container-checkbox {
    display: inline-block;
    position: relative;
    padding-left: 27px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-right: 30px;
}
.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.container-checkbox .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
}
.container-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}
.container-checkbox input:checked ~ .checkmark {
    background-color: #57c166;
}
.container-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}
.container-checkbox .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.container-radio {
    display: inline-block;
    position: relative;
    padding-left: 27px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-right: 30px;
}
.container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.container-radio .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
    border-radius: 50%;
}
.container-radio:hover input ~ .checkmark {
    background-color: #ccc;
}
.container-radio input:checked ~ .checkmark {
    background-color: #57c166;
}
.container-radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.container-radio input:checked ~ .checkmark:after {
    display: block;
}
.container-radio .checkmark:after {
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
#options .modal-dialog {
    max-width: 840px;
}
#options .modal-footer .btn-primary, #options .modal-footer .btn-secondary {
    color: #fff;
    font-size: 16px;
    border-radius: 1px;
    padding: 5px 25px;
    height: 41px;
    font-weight: 700;
}
#options .modal-footer .btn-primary {
    background: #57c166;
    border: 1px solid #57c166;
}
#options .modal-footer .btn-secondary {
    background: #326db3;
}
#options .modal {
    box-shadow: 0px 20px 50px 0px rgba(12, 21, 41, 0.1);
}
#options .modal-header {
    padding: 10px 20px;
}
#options .modal-body {
    padding: 35px 30px 0 0;
}
#options .modal-footer {
    padding: 0 30px 40px 0;
    border-top: none;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
#options .modal-dialog .close {
    position: absolute;
    right: 10px;
    z-index: 9;
    font-size: 48px;
}
#options .modal-content .col-md-6 img {
    padding: 40px 0 40px 30px;
    width: 100%;
}
.product-gram {
  display: inline-block;
  float: right;
}
.product-gram select {
  appearance: none;
  outline: 0;
  border: 1px solid #f5f5f5;
  box-shadow: none;
  flex: 1;
  padding: 0 1em;
  color: #222222;
  background-color: #fff;
  background-image: none;
  cursor: pointer;
}
.product-gram select::-ms-expand {
  display: none;
}
.product-gram .select {
  position: relative;
  display: flex;
  width: 100px;
  height: 2.5em;
  border-radius: .25em;
  overflow: hidden;
}
.product-gram .select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px 12px;
  background: #fff;
  transition: .25s all ease;
  pointer-events: none;
  border: 1px solid #f5f5f5;
  border-left: none;
  border-bottom: 0;
}
.product-gram .select:hover::after {
  color: #f39c12;
}
.product-gram .select select option {
    padding: 30px;
    height:  40px;
}
.img-holder .frozen-flag {
    background: #57c166;
    position: absolute;
    left: 0;
    top: 15px;
    z-index: 1;
    color: #fff;
    padding: 2px 10px;
    font-weight: 700;
    text-transform: uppercase;
}
.product-details h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}
.product-details .rate-box p {
    margin-bottom: 10px;
    color: #326db2;
    font-weight: 700;
}
.product-details .rate-box {
    display: inline-block;
    padding-right: 20px;
}
.product-details .product-gram {
    width: 100px;
    margin-bottom: 20px;
    display: inline-block;
}
.item-counter {
  border: 1px solid #d6ddef;
  border-radius: 1px;
  max-width: 120px;
  padding-left: 4px;
}
.item-counter .quantity {
  position: relative;
  height: 40px;
  line-height: 40px;
}
.item-counter .quantity button {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 30px;
  color: #2F3237;
  background-color: inherit;
  padding: 0 15px;
}
.item-counter .quantity button i {
  color: #5D6978;
  font-size: 12px;
}
.item-counter .quantity button:focus {
  outline: none;
}
.item-counter .quantity button.plus-btn {
  left: auto;
  right: 0;
}
.item-counter .quantity input {
  display: inline-block;
  max-width: 110px;
  height: 30px;
  color: #5D6978;
  font-size: 16px;
  border: 0;
  text-align: center;
}
.item-counter .quantity button {
    cursor: pointer;
    border: 0;
}
.payment-options-privacy {
    margin-top: 30px;
}
.payment-options-terms {
    /*text-align: center;*/
    margin-bottom: 0;
}
.ship-different-address-details {
    width: 100%;
}
#ui-datepicker-div {
    display: none;
    background-color: #fff;
    box-shadow: 0 0.125rem 0.5rem rgba(0,0,0,0.1);
    margin-top: 0.25rem;
    border-radius: 0.5rem;
    padding: 0.5rem;
}
.ui-datepicker-calendar thead th {
    padding: 0.25rem 0;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 400;
    color: #78909C;
}
.ui-datepicker-calendar tbody td {
    width: 2.5rem;
    text-align: center;
    padding: 0;
}
.ui-datepicker-calendar tbody td a {
    display: block;
    border-radius: 0.25rem;
    line-height: 2rem;
    transition: 0.3s all;
    color: #546E7A;
    font-size: 0.875rem;
    text-decoration: none;
}
.ui-datepicker-calendar tbody td a:hover {  
    background-color: #E0F2F1;
}
.ui-datepicker-calendar tbody td a.ui-state-active {
    background-color: #009688;
    color: white;
}
.ui-datepicker-header a.ui-corner-all {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 2rem;
    height: 2rem;
    margin: 0.5rem;
    border-radius: 0.25rem;
    transition: 0.3s all;
}
.ui-datepicker-header a.ui-corner-all:hover {
    background-color: #ECEFF1;
}
.ui-datepicker-header a.ui-datepicker-prev {    
    left: 0;    
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 0.5rem;
    background-position: 50%;
    transform: rotate(180deg);
}
.ui-datepicker-header a.ui-datepicker-next {
    right: 0;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 50%;
}
.ui-datepicker-header a>span {
    display: none;
}
.ui-datepicker-title {
    text-align: center;
    line-height: 2rem;
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    padding-bottom: 0.25rem;
}
.ui-datepicker-week-col {
    color: #78909C;
    font-weight: 400;
    font-size: 0.75rem;
}


















