﻿@viewport
{
    zoom: 1.0;
    width: extend-to-zoom;
}

@-ms-viewport
{
    zoom: 1.0;
    width: extend-to-zoom;
}

body
{
    padding: 0;
    margin: 0;
    font-size: 100%;
}

img
{
    display: block;
    max-width: 100%;
    height: auto;
    border: none;
}

input[type="text"] {
    min-height: 32px;
    border-radius: 5px;
    border: solid 1px #979797;
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

select {
    min-height: 32px;
    border-radius: 5px;
    border: solid 1px #979797;
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.displayBlock
{
    display:block;
}

.displayInlineBlock
{
    display:inline-block;
}

.positionRelative
{
	position:relative;
}

.floatLeft
{
	float:left;
}

.floatRight
{
	float:right;
}

.clearLeft
{
    clear:left;
}

.clearRight
{
    clear:right;
}

.clearBoth
{
    clear:both;
}

.clearLeftPseudoAfter:after, .clearLeftPseudoBefore:before
{
	content:" ";
	display:block;
	clear:left;
	overflow: hidden;
	visibility:hidden;
	line-height:0;
	height:0;
}

.clearRightPseudoAfter:after, .clearRightPseudoBefore:before
{
	content:" ";
	display:block;
	clear:right;
	overflow: hidden;
	visibility:hidden;
	line-height:0;
	height:0;
}

.clearBothPseudoAfter:after, .clearBothPseudoBefore:before
{
	content:" ";
	display:block;
	clear:both;
	overflow:hidden;
	visibility:hidden;
	line-height:0;
	height:0;
}

.btn, a.btn
{
    padding: 12px 24px;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #e40646;
    border-radius: 4px;
    cursor: pointer;
}

a.btn:link, a.btn:visited, a.btn:hover, a.btn:active
{
    color: #ffffff;
    text-decoration: none;
}

button.btn
{
    border:none;
    font-size:16px;
}

button.btn:focus
{
    outline:none;
}

.newSection
{
    margin: 30px 0;
}

.greyBorder
{
    border: solid 1px #ebebeb;
}

.borderBottom
{
    border-bottom: solid 1px #ebebeb;
}

.needHelpSection
{
    margin: 30px 0;
    padding-bottom:30px;
    border-bottom: solid 1px #ebebeb;
}

.highlightPanel
{
    padding: 10px 20px;
}

.highlightPanelBackground
{
    background-color: #f6f6f6;
}

.textHighlight, .textError, .error
{
    color: #e40646;
}

.formAsterix
{
    font-size: 150%;
    vertical-align: sub;
    font-weight:normal;
}

.container
{
    max-width: 1440px;
}

.header
{
    padding: 10px 30px;
}

.header a.companyLogo
{
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
}

.mainContent
{
    max-width: 1440px;
    margin: 0 auto;
}

table.formTable th, table.formTable td
{
    padding: 4px 8px 4px 0;
}

table.formTable th
{
    text-align:right;
}

.tabContentContainer table.formTable th
{
    vertical-align:top;
    white-space:nowrap;
}

table.formTable label.error
{
    display:block;
}


/**********************************************************************************************************\
                                            ACTIVATE PROCESS
\**********************************************************************************************************/
.btnSubmitActivateIndex
{
    float:left;
}

.swapcat-container
{
    border-top: solid 1px #ebebeb;
}

.swapcat-container .category
{
    border-bottom: solid 1px #ebebeb;
}

#drpSwapLocations
{
    float:right;
    padding:6px;
    margin-bottom:20px;
}


a.FilterSlide
{
    display: block;
    padding-right:30px;
    cursor: pointer;
    text-decoration: none;
}

a.FilterSlide:link, a.FilterSlide:visited, a.FilterSlide:hover, a.FilterSlide:active
{
    color: #575b6a;
    text-decoration: none;
}

a.FilterSlide .icon
{
    position: absolute;
    display: inline;
    top: 0px;
    right: 0px;
    width: 28px;
    height: 28px;
    text-align: center;
    font-size: 28px;
    line-height: 28px;
    color: #e40646;
}

table.swaps td
{
    padding:5px;
}

#showHide
{
    border-top: solid 1px #ebebeb;
    border-bottom: solid 1px #ebebeb;
}

h2#showHideTitle
{
    float: left;
}

a.seeMoreLink
{
    float: right;
    margin-top:15px;
}

#showHideInformation, .categoryTableContainer
{
    padding-bottom:15px;
}

h4.mapAreaTitle
{
    color: #e40646;
    margin:16px 0 0 0;
}

h4.mapAreaTitle
{
    color: #e40646;
    margin:12px 0 0 0;
}

h4.mapAreaTitle span.open:before
{
    font-size:120%;
    content:" +";
}

h4.mapAreaTitle span.close:before
{
    font-size:120%;
    content:" -";
}

.clearRightPseudoAfter:after, .clearRightPseudoBefore:before
{
	content:" ";
	display:block;
	clear:right;
	overflow: hidden;
	visibility:hidden;
	line-height:0;
	height:0;
}

.helpIcon
{
	display:inline-block;
	height:38px;
	padding:0 14px;
	color:#ffffff;
	font-size:14px;
	text-align:center;
    font-weight:normal;
	line-height:38px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    cursor: pointer;
}

.helpIcon a:link, .helpIcon a:visited, .helpIcon a:hover, .helpIcon a:active
{
    color: #ffffff;
    text-decoration: none;
}

/**********************************************************************************************************\
                                            POP UPS
\**********************************************************************************************************/
h3.modal-title
{
    margin-top:0;
    text-align:center;
}

button.closeBtnAbsolute
{
    position:absolute;
    top:0px;
    right:0px;
    font-size:32px;
    line-height:32px;
    padding:0 8px;
}

button.closeBtnAbsolute:focus
{
    outline:none;
}

.webchatLinks .helpBigBtn
{
    float: left;
    width: 42.8030303%; /*226/528*/
    padding:20px 0 10px 0;
    text-align: center;
    background-color: #f6f6f6;
}

.webchatLinks .icon
{
    width: 100%;
    height: 50px;
    background-repeat: no-repeat;
}

.webchatLinks .webChat .icon
{
    background-position: center 0px;
}

.webchatLinks .emailEnquiry .icon
{
    background-position: center -60px;
}

.webchatLinks .webChat p
{
    background-position: center 0px;
    padding: 0 8% 10px 8%; /*20/226*/
}

.webchatLinks .emailEnquiry p
{
    background-position: center -80px;
    padding: 0 19.4690265% 10px 19.4690265%; /*44/226*/
}

.webchatLinks .midSpacer
{
    float: left;
    width: 14.3939393%; /*76/528*/
    padding-top: 70px;
    text-align: center;
}








table.formTable.menu
{
    margin-bottom: 10px;
}

table.formTable.menu tr.first
{
    border-top: solid 1px #e9e9e9;
}

table.formTable.menu tfoot
{
    border-top: solid 1px #e9e9e9;
}

ul.map_list, #SearchLocs ul.searchlocations, [id^=SearchLocs_] ul.searchlocations
{
    list-style: none;
    padding-left: 0px;
}

ul.map_list li, #SearchLocs ul.searchlocations li, [id^=SearchLocs_] ul.searchlocations li
{
    list-style: none;
}

#resetMap, [id^=resetMap_], #mapNextClick
{
    padding:12px 24px;
    color:#ffffff;
    text-transform:uppercase;
    background-color:#e40646;
    border-radius:4px;
    cursor pointer;
}

[id^=resetMap_]:hover
{
    color: #ffffff;
    text-decoration: none;
}

#sectionSP .search, #NonMultiPackContainer .search, #MenuMapSection .search
{
    margin-bottom: 10px;
    width: 50%;
}

#sectionSP .search .searchInner, #NonMultiPackContainer .search .searchInner, #MenuMapSection .search .searchInner
{
    position: relative;
    height: 36px;
    padding-right: 50px;
    border: solid 1px #b8b8b8;
}

#sectionSP .searchInner input[type="text"], #NonMultiPackContainer .searchInner input[type="text"], #MenuMapSection .searchInner input[type="text"]
{
    height: 36px;
    width: 104%;
    padding: 0 0 0 2.4213075%;
    margin: 0;
    border: none;
    font-size: 14px;
    color: #6e6e6e;
}

.searchPostCodeNote
{
    color: #e80404;
}

#sectionSP .searchInner #searchlink, #NonMultiPackContainer .searchInner #searchlink, #MenuMapSection .searchInner #searchlink, #NonMultiPackContainer .searchInner [id^=searchlink_]
{
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    overflow: hidden;
    width: 40px;
    height: 36px;
    padding: 0;
    margin: 0;
    border: none;
    font-size: 24px;
    font-size: 1.98rem;
    text-align: center;
    line-height: 32px;
    color: #e40646;
    cursor: pointer;
}

#MenuMapSection ul div.radio
{
    padding-left: 0px;
}

#v_map, [id^=v_map_]
{
    border: solid 1px #b8b8b8;
}

table#tableMultiDates td, table#extra_tableMultiDates td
{
    padding-right: 10px;
    padding-bottom: 10px;
}

table#extra_tableMultiDates
{
    border-bottom: solid 1px #999;
    margin-bottom: 10px;
}

.headerIcon
{
    background-image: url(../Images/Sprite.png);
    background-repeat: no-repeat;
}

.lockIcon
{
    background-position: right -300px;
}

.notificationIcon
{
    background-position: right -250px;
}

.searchIcon
{
    background-position: right -150px;
}

.searchResultsIcon
{
    background-position: right -200px;
}

.invoiceIcon
{
    background-position: right -460px;
}

.vouicherInfoIcon
{
    background-position: right -510px;
}

.errorIcon
{
    background-position: right -596px;
}

.greenPanelHeader
{
    font-size: 24px;
    text-shadow: 1px 1px 1px #6d8f1e;
    color: #fff;
}

.greenPanelHeader
{
    border: solid 1px #75a339;
    border-bottom: solid 1px #678f32;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #81aa24; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NkNWM5YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUlIiBzdG9wLWNvbG9yPSIjYTIwMDVjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzc4MDQ0NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #bdda6f 0%, #a1bf3f 3%, #7ba61f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bdda6f), color-stop(3%,#a1bf3f), color-stop(100%,#7ba61f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #bdda6f 0%,#a1bf3f 3%,#7ba61f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #bdda6f 0%,#a1bf3f 3%,#7ba61f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #bdda6f 0%,#a1bf3f 3%,#7ba61f 100%); /* IE10+ */
    background: linear-gradient(to bottom, #bdda6f 0%,#a1bf3f 3%,#7ba61f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd5c9c', endColorstr='#780445',GradientType=0 ); /* IE6-8 */
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus
{
    color: #555;
    cursor: default;
    background-color: #ffffff;
    background: #ffffff;
    border: 1px solid #adadad;
    border-bottom-color: transparent;
    text-shadow: none;
    text-decoration: none;
}

.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus
{
    color:#ffffff;
    font-weight:bold;
    text-decoration:none;
    border:solid 1px #e40646;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    background-color:#e40646;
}

.nav-tabs > li.disabled > a, .nav-tabs > li.disabled > a:hover, .nav-tabs > li.disabled > a:focus
{
    color:#b24463;
    text-decoration:line-through;
    text-shadow:none;
}

.header img
{
    margin: 0 auto;
}

.headerTable
{
    display: table;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: solid 1px #b3b3b3;
}

.tableRow
{
    display: table-row;
}

.tableData
{
    display: table-cell;
}

.fiftyPercent
{
    width: 50%;
}

.thumbnail img
{
    width: 100%;
}

.ratings
{
    padding-right: 10px;
    padding-left: 10px;
    color: #d17581;
}

.thumbnail
{
    padding: 0;
}

.thumbnail .caption-full
{
    padding: 9px;
    color: #333;
}

footer
{
    margin: 50px 0;
}

.stepwizard-step p
{
    margin-top: 10px;
}


.stepwizard
{
    display: table;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.stepwizard-row
{
    display: table-row;
}

.stepwizard-step button[disabled]
{
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before
{
    top: 16px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}

.stepwizard-step
{
    width: 33%;
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle
{
    width: 30px !important;
    height: 30px !important;
    padding:0 !important;
    text-align: center !important;
    line-height:26px !important;
    color: #ffffff !important;
    border-radius: 15px !important;
    border: solid 1px #cccccc !important;
}

div.stepwizard-step.disabled button.btn-circle
{
    background-color: #cbcbcb !important;
    background: #cbcbcb !important;
}

div.stepwizard-step.disabled p
{
    color: #e3e1e1 !important;
}

.spinner
{
    display: inline-block;
    opacity: 0;
    width: 0;
    -webkit-transition: opacity 0.25s, width 0.25s;
    -moz-transition: opacity 0.25s, width 0.25s;
    -o-transition: opacity 0.25s, width 0.25s;
    transition: opacity 0.25s, width 0.25s;
}

.has-spinner.active
{
    cursor: progress;
}

.has-spinner.active .spinner
{
    opacity: 1;
    width: auto; /* This doesn't work, just fix for unkown width elements */
}

.has-spinner.btn-mini.active .spinner
{
    width: 10px;
}

.has-spinner.btn-small.active .spinner
{
    width: 13px;
}

.has-spinner.btn.active .spinner
{
    width: 16px;
}

.has-spinner.btn-large.active .spinner
{
    width: 19px;
}

form input.error, select.error
{
    background-color: #fee0e8;
}

img.voucherImg
{
    margin-bottom: 20px;
}

#CompleteContainer .formTable th, #CompleteContainer .formTable td
{
    vertical-align: top;
    padding: 10px;
}

#CompleteContainer .formTable th
{
    white-space: nowrap;
    text-align: right;
}

.tabContentContainer
{
    padding: 20px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-left: solid 1px #adadad;
    border-right: solid 1px #adadad;
    border-bottom: solid 1px #adadad;
}

table th.time
{
    background-color: #adadad;
    color: #ffffff;
}

.helpBtnGrnHeader
{
    float: right;
    display: block;
    height: 34px;
    padding: 0 12px;
    line-height: 34px;
}

div.alert.bold
{
    font-weight: bold;
}

#mainMenuVoucherOptions
{
    margin-bottom: 20px;
}

#mainMenuExchangeVoucher .well h4
{
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.mainMenuExchangeProduct
{
    padding: 20px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
}

.mainMenuExchangeProduct .productInfo
{
    font-weight: bold;
}

.confirmTable p
{
    margin:0;
}

.finishBtns
{
    float:right;
}

.finishBtns a.btn
{
    float:right;
    display:block;
    margin:10px 0;
    clear:right;
}

.multipacktable, .multipacktable td
{
    border:solid 1px #e9e9e9;
    border-collapse:collapse;
}

.multipacktable td
{
    padding:10px;
}

/*LESS THAN OR EQUAL TO 1439PX*/
@media (max-width: 1439px)
{
    .header
    {
        padding: 10px 1.3898540%;/*20/1439*/
    }

    .mainContent
    {
        padding: 0 1.3898540%;/*20/1439*/
    }
}

/*GREATER THAN OR EQUAL TO 1200PX*/
@media (min-width: 1200px)
{
    #activateHomeIntro
    {
        float:left;
        width:70%;
        margin-right:2.5%;
    }

    #activateHomeExtend
    {
        float:right;
        width:25%;
        margin-left:2.5%;
    }

    .paymentPanelRight
    {
        padding-left: 40px;
    }
}

/*LESS THAN OR EQUAL TO 1199PX*/
@media (max-width: 1199px)
{
    #sectionSP .search, #NonMultiPackContainer .search
    {
        margin-top: 10px;
    }
}

/*GREATER THAN OR EQUAL TO 1081PX*/
@media (min-width: 1081px)
{
    .mapContent
    {
        float:left;
        width:50%;
    }
}

/*LESS THAN OR EQUAL TO 1080PX*/
@media (max-width: 1080px)
{
    button.choice
    {
        padding:8px;
        line-height:1;
    }

    #MenuMapSection .search
    {
        margin: 30px 0 10px 0;
    }
}

/*GREATER THAN OR EQUAL TO 801PX*/
@media (min-width: 801px)
{
    .mapinfo
    {
        width:50%;
        float:left;
    }

    .textFieldWidth
    {
        max-width: 50%;
    }

    /*MENU PAGE*/
    #mainMenuVoucherOptions
    {
        float: left;
        width: 48.3362521%; /*552/1142*/
    }

    #mainMenuExchangeVoucher
    {
        float: right;
        width: 34.1506129%; /*390/1142*/
    }
}

/*LESS THAN OR EQUAL TO 800PX*/
@media (max-width: 800px)
{
    .mapinfo:first-of-type
    {
        margin-bottom:30px;
    }
}

/*LESS THAN OR EQUAL TO 532PX*/
@media (max-width: 532px)
{
    #sectionSP .search, #NonMultiPackContainer .search, #MenuMapSection .search
    {
        width: 100%;
    }
}

/*GREATER THAN OR EQUAL TO 481PX*/
@media (min-width: 481px)
{
    .customerFriendlyFields input[type="text"]
    {
       min-width:250px;
       padding:3px 1px;
    }

    .customerFriendlyFields textarea {
        min-width: 360px;
        padding: 3px 1px;
        min-height: 100px;
        font-family: 'ProximaNova', Arial, Helvetica, sans-serif;
        font-size: 85%;
    }

    table.customerFriendlyFields select, .personalisation-activity-wrapper select {
        min-height: 24px;
    }

    img.voucherImg
    {
        float: left;
        margin-right: 20px;
    }

    .expandInput
    {
        width: 50%;
    }

    .btnHelpActivateIndex
    {
        float:right;
    }
}

/*LESS THAN OR EQUAL TO 480PX*/
@media (max-width: 480px)
{
    .expandInput
    {
        width: 100%;
    }

    .btnHelpActivateIndex
    {
        float:left;
        display:block;
        clear:left;
        margin-top:1em;
    }

    .headerTable
    {
        display: block;
    }

    .headerTable::after
    {
        content: " ";
        display: block;
        clear: both;
        overflow: hidden;
        visibility: hidden;
        line-height: 0;
        height: 0;
        clear: left;
    }

    .headerTable .tableRow
    {
        display: block;
        float: left;
    }

    .headerTable .tableRow .tableData
    {
        display: block;
        float: left;
    }

    .headerTable .tableRow .fiftyPercent
    {
        width: 100%;
    }

    .headerLogoGift
    {
        border-top: solid 1px #ffffff;
    }

    .debitCardsImg
    {
        margin-top: 8px;
    }

    .webchatLinks, .webchatLinks .helpBigBtn, .webchatLinks .midSpacer
    {
        float: none;
    }

    .webchatLinks .helpBigBtn, .webchatLinks .midSpacer
    {
        width: 100%;
        display: block;
    }

    .webchatLinks .midSpacer
    {
        padding: 10px 0;
        text-align: center;
    }
}

/*LESS THAN OR EQUAL TO 320PX*/
@media (max-width: 320px)
{
    body
    {
        font-size: 12px;
    }
}

#covidGuaranteeBox {
    text-align:center;
    margin-top:20px;
    margin-bottom:20px;
}

#covidGuaranteeBox img {
    display:block;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:20px;
}

.covidMaskMessage {
    color: #e40646;
    font-weight: bold;
    background-color: #ffffb4;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
}

.btn.btn-hall-get-names{
    margin-top: 20px;
}


.flexslider .slides {
    padding:0;
    margin: 0;
}


.personalisation-activity-wrapper input[type='text'], .personalisation-activity-wrapper select{
    min-width: 300px;
}

.personalisation-activity-wrapper select {
    min-width: 306px;
    min-height: 29px;
    padding: 5px 0px;
}

.personalisation-activity-wrapper .formAsterix {margin-left: 2px; }
.personalisation-activity-wrapper .char-count {margin-left: 20px;}

.personalisation-activity-wrapper .image-preview-holder img {
    width: 100%;
    max-width: 300px;
}

#ReviewForm table.formTable tbody tr th{
    min-width: 130px;
}

.star-cb-group {
    /* remove inline-block whitespace */
    font-size: 0;
    /* flip the order so we can use the + and ~ combinators */
    unicode-bidi: bidi-override;
    direction: rtl;
    /* the hidden clearer */
    margin-left: -5px;
}

    .star-cb-group * {
        font-size: 2rem;
        max-height: 39px;
    }

    .star-cb-group > input {
        display: none;
    }

        .star-cb-group > input + label {
            /* only enough room for the star */
            display: inline-block;
            overflow: hidden;
            text-indent: 9999px;
            width: 1em;
            white-space: nowrap;
            cursor: pointer;
        }

            .star-cb-group > input + label:before {
                display: inline-block;
                text-indent: -9999px;
                content: "☆";
                color: #888;
                position: relative;
                bottom: 6px;
            }

            .star-cb-group > input:checked ~ label:before, .star-cb-group > input + label:hover ~ label:before, .star-cb-group > input + label:hover:before {
                content: "★";
                color: #364bfb;
                text-shadow: 0 0 0.01em #626262;
                position: relative;
                font-size: 1.8rem;
            }

    .star-cb-group > .star-cb-clear + label {
        text-indent: -9999px;
        width: .5em;
        margin-left: -.5em;
    }

        .star-cb-group > .star-cb-clear + label:before {
            width: .5em;
        }

    .star-cb-group:hover > input + label:before {
        content: "☆";
        color: #888;
        text-shadow: none;
    }

    .star-cb-group:hover > input + label:hover ~ label:before, .star-cb-group:hover > input + label:hover:before {
        content: "★";
        color: #364bfb;
        text-shadow: 0 0 0.01em #626262;
    }

    #section_photos img{
        width: 100%;
        max-width: 300px;
        
    }

#section_photos img.edit {
    cursor: pointer;
}

#photo_items table.formTable {
    border-bottom: solid 1px #ddd;
    margin-bottom: 20px;
    padding-right: 40px;
    padding-bottom: 20px;
}

/*GREATER THAN OR EQUAL TO 700PX*/
@media (min-width: 700px) {
    #ReviewForm .customerFriendlyFields textarea {
        min-width: 560px;
        min-height: 200px;
    }
}

@media (max-width: 699px) {
    #ReviewForm .customerFriendlyFields textarea {
        min-height: 150px;
    }
}



.rv-form-row {
    display: flex;
}

.rv-form-col-left, .rv-form-col-right {
    width: 50%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.rv-form-col-left {
    margin-right: 10px;
}

.rv-form-col-right {
    margin-left: 10px;
}

.form-control-label {
    font-weight: bold;
    height: 25px;
    padding-top: 5px;
    align-content: flex-end;
}

.rv-form-control > .form-control-input > input {
    width: 100%;
    height: 42px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
}

.rv-form-control > .form-control-input > select {
    width: 100%;
    height: 42px;
}

.rv-form-submit-holder {
    flex-grow: 1;
    align-content: flex-end;
    text-align: right;
}

@media (max-width: 767px) {
    .rv-form-row {
        flex-direction: column;
    }

    .rv-form-col-left, .rv-form-col-right {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .rv-form-col-right {
        margin-top: 10px;
    }
}

.review-rating-holder {
    display: flex;
    width: 100%;
    flex-wrap:wrap;
}



.review-rating {
    width: 25%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

@media(max-width:400px) {
    .review-rating {
        width: 100%;
    }
}

@media(min-width:400px) and (max-width:749px) {
    .review-rating {
        width: 50%;
    }
}

.rv-section-title {
    margin: 0;
    font-size: 30px;
    text-transform: uppercase;
    border-bottom: solid 1px black;
    text-align: left;
    margin-bottom: 20px;
    margin-top:20px;
}

textarea {
    border-radius: 5px;
    border: solid 1px #979797;
    margin-top: 5px;
    padding:10px;
    box-sizing: border-box;
}

/* Photo Upload Section Styles */
#section_photos {
    margin-bottom: 30px;
}

.photo-upload-description {
    font-size: 16px;
    color: #575b6a;
    margin-bottom: 20px;
}

#photo_items_count {
    font-weight: bold;
    color: #364bfb;
}

/* Photo Upload Placeholder */
.photo-upload-placeholder {
    border: 2px dashed #d0d0d0;
    border-radius: 8px;
    background-color: #f9f9f9;
    padding: 40px 20px;
    text-align: center;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

    .photo-upload-placeholder:hover {
        border-color: #364bfb;
        background-color: #f9f9f9;
    }

.upload-placeholder-content {
    max-width: 400px;
    margin: 0 auto;
}

.upload-placeholder-icon {
    color: #364bfb;
    margin-bottom: 15px;
}

    .upload-placeholder-icon svg {
        display: inline-block;
    }

.photo-upload-placeholder h4 {
    font-size: 20px;
    color: #333;
    margin: 10px 0;
}

.photo-upload-placeholder p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* Photo Upload Button */
.photo-upload-button-container {
    margin-bottom: 30px;
    text-align: center;
}

.photo-upload-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background-color: #364bfb;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .photo-upload-button:hover {
        background-color: #364bfb;
    }

    .photo-upload-button svg {
        flex-shrink: 0;
    }

/* Photo Items Grid */
.photo-items-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

@media (max-width: 640px) {
    .photo-items-grid {
        grid-template-columns: 1fr;
    }
}

/* Photo Item Card */
.photo-item-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

    .photo-item-card:hover {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        transform: translateY(-2px);
    }

.photo-item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    background-color: #f6f6f6;
    border-bottom: 1px solid #e0e0e0;
}

.photo-item-number {
    font-weight: bold;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
}

.photo-item-remove {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    background-color: transparent;
    color: #364bfb;
    transition: all 0.2s ease;
    text-decoration: none;
}

    .photo-item-remove:hover {
        background-color: #ffe5ec;
        transform: scale(1.1);
    }

.photo-item-image {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 aspect ratio */
    background-color: #f0f0f0;
    overflow: hidden;
}

    .photo-item-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-width: 100%;
    }

.photo-item-details {
    padding: 15px;
}

    .photo-item-details label {
        display: block;
        font-size: 13px;
        font-weight: bold;
        color: #575b6a;
        margin-bottom: 8px;
    }

.photo-title-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    font-size: 14px;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}

    .photo-title-input:focus {
        outline: none;
        border-color: #364bfb;
        box-shadow: 0 0 0 3px rgba(228, 6, 70, 0.1);
    }

    .photo-title-input::placeholder {
        color: #999;
    }